GET /api/bet_types/b923f23f-cbab-43e0-916b-c9949cc5e122/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b923f23f-cbab-43e0-916b-c9949cc5e122",
    "match": "https://api-prod.gambitprofit.com/api/matches/161e76f4-48f5-45b2-a952-cfe38413758c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-30T08:18:22.565752-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": "TOR (J Berrios)",
                "amount": 6293.0
            },
            {
                "team": "LAA (T Anderson)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "441ba280-73ad-4535-b1e4-7966f4a3dae6",
            "gambit_id": "dcb1ad0c-c829-4cad-8986-824cc7ac2589",
            "last_updated": "2023-07-31T18:18:09.276082-04:00",
            "created_at": "2023-07-30T08:18:22.576199-04:00",
            "name": "TOR (J Berrios)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b923f23f-cbab-43e0-916b-c9949cc5e122/?format=api"
        },
        {
            "id": "d31c0764-a6d6-4a53-b241-a050c686900e",
            "gambit_id": "b376bff0-548c-43ef-8bc6-f723c05136f1",
            "last_updated": "2023-07-31T18:18:09.271506-04:00",
            "created_at": "2023-07-30T08:18:22.571272-04:00",
            "name": "LAA (T Anderson)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b923f23f-cbab-43e0-916b-c9949cc5e122/?format=api"
        }
    ]
}