GET /api/bet_types/a8ed19d1-6356-4081-9439-70e33a1d9186/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8ed19d1-6356-4081-9439-70e33a1d9186",
    "match": "https://api-prod.gambitprofit.com/api/matches/4357b986-2e47-4207-836e-38bb36a041a8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-13T10:18:27.657277-04: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": "CIN (L Weaver)",
                "amount": 5000.0
            },
            {
                "team": "PIT (A Jackson)",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9550.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2a24f92-fa6c-43a5-b81e-79986a956437",
            "gambit_id": "ff303a36-f4f5-4ec0-9c0e-c3b05c47a265",
            "last_updated": "2023-08-14T18:28:04.168811-04:00",
            "created_at": "2023-08-13T10:18:27.662001-04:00",
            "name": "CIN (L Weaver)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8ed19d1-6356-4081-9439-70e33a1d9186/?format=api"
        },
        {
            "id": "d11b81b8-8a8b-4543-8886-f71c8231b20a",
            "gambit_id": "d88b1eb0-9a3b-4578-b264-1f9283bda2f2",
            "last_updated": "2023-08-14T18:28:04.173067-04:00",
            "created_at": "2023-08-13T10:18:27.666710-04:00",
            "name": "PIT (A Jackson)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8ed19d1-6356-4081-9439-70e33a1d9186/?format=api"
        }
    ]
}