GET /api/bet_types/fccd4740-c826-4623-aa78-8de63971d566/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fccd4740-c826-4623-aa78-8de63971d566",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eea673e-d191-4420-8a5a-34b393ac0253/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-20T09:48:11.207960-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sacramento Kings",
                "amount": 5423.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e3eadc2-d9fb-4ca3-a97c-083291574112",
            "gambit_id": "420f0d48-950c-4234-b118-fc9c5098efbc",
            "last_updated": "2023-11-21T14:23:21.155501-05:00",
            "created_at": "2023-11-20T09:48:11.211444-05:00",
            "name": "Sacramento Kings",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fccd4740-c826-4623-aa78-8de63971d566/?format=api"
        },
        {
            "id": "226ad608-63cc-4e02-b92e-f405fd920f6e",
            "gambit_id": "11323f28-338a-498f-9163-0edf1783762c",
            "last_updated": "2023-11-21T14:23:21.159255-05:00",
            "created_at": "2023-11-20T09:48:11.220304-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fccd4740-c826-4623-aa78-8de63971d566/?format=api"
        }
    ]
}