GET /api/bet_types/ecb959b8-50e7-4631-9cb2-38d703111d8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecb959b8-50e7-4631-9cb2-38d703111d8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/41a745d8-62ec-4324-ae12-de3b7c3b14d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T10:03:19.636817-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": "Los Angeles Clippers",
                "amount": 5319.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e58c5bdd-9140-46a6-9040-3ff109dbc19d",
            "gambit_id": "1bdcd720-a1c5-4ba1-bdc3-32df9b554617",
            "last_updated": "2023-12-22T15:18:25.510289-05:00",
            "created_at": "2023-12-20T10:03:19.650887-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecb959b8-50e7-4631-9cb2-38d703111d8e/?format=api"
        },
        {
            "id": "cc45ac8d-f429-406e-8705-7270eb329511",
            "gambit_id": "c2d1fd62-7c26-421a-a6c9-da455173e877",
            "last_updated": "2023-12-22T15:18:25.514977-05:00",
            "created_at": "2023-12-20T10:03:19.662819-05:00",
            "name": "Dallas Mavericks",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecb959b8-50e7-4631-9cb2-38d703111d8e/?format=api"
        }
    ]
}