GET /api/bet_types/24cf5a1c-71b0-4de5-8beb-7702bb856285/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24cf5a1c-71b0-4de5-8beb-7702bb856285",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff2a2da6-677a-484e-b5a8-0e6dc6f83a91/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-15T11:36:57.367083-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": "LAA (S Ohtani)",
                "amount": 5339.0
            },
            {
                "team": "BAL (G Rodriguez)",
                "amount": 4661.0
            }
        ],
        "expected_reward_tokens": 9555.05,
        "profit_sb": 55.05,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a6d67e2-58fe-4fa7-bb41-5be21d64e200",
            "gambit_id": "d51bacf3-2890-4afb-9e04-2685d05b9d9f",
            "last_updated": "2023-05-16T10:42:09.981892-04:00",
            "created_at": "2023-05-15T11:36:57.370385-04:00",
            "name": "LAA (S Ohtani)",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24cf5a1c-71b0-4de5-8beb-7702bb856285/?format=api"
        },
        {
            "id": "975f61a8-80a7-4ced-9123-384c52a4c188",
            "gambit_id": "e994e430-3319-4888-a5c9-c13f5e9ba100",
            "last_updated": "2023-05-16T10:42:09.979961-04:00",
            "created_at": "2023-05-15T11:36:57.368572-04:00",
            "name": "BAL (G Rodriguez)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24cf5a1c-71b0-4de5-8beb-7702bb856285/?format=api"
        }
    ]
}