GET /api/bet_types/20e084ea-e6ed-471b-9bb9-165b5f5795f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20e084ea-e6ed-471b-9bb9-165b5f5795f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec3a6fce-9fc6-4635-ad59-398128681d3a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "NYY (G Cole)",
                "amount": 5378.0
            },
            {
                "team": "TOR (M White)",
                "amount": 4622.0
            }
        ],
        "expected_reward_tokens": 9196.38,
        "profit_sb": 196.38,
        "profit_sb_percentage": 2.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "de4ef2ca-60f6-4d98-a0bb-1411699d6c39",
            "gambit_id": "686cd2a5-768e-43d0-8be0-11d6a1c68e8a",
            "last_updated": "2022-09-29T10:37:06.956290-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (G Cole)",
            "reward": "1.71000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20e084ea-e6ed-471b-9bb9-165b5f5795f2/?format=api"
        },
        {
            "id": "639e3e48-6632-43fa-ae6e-9872824ee6ed",
            "gambit_id": "33d84cc6-4061-4756-9c3e-446bd4b49d15",
            "last_updated": "2022-09-29T10:37:06.955304-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (M White)",
            "reward": "1.99000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20e084ea-e6ed-471b-9bb9-165b5f5795f2/?format=api"
        }
    ]
}