GET /api/bet_types/bbf6dae3-1ca6-4dfc-98cc-fd1d958ca91b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbf6dae3-1ca6-4dfc-98cc-fd1d958ca91b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c45948a-ac61-420f-8111-82ced25e1ac3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:03:03.173956-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": "St Louis Blues",
                "amount": 6010.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "8524096b-7975-45a0-b602-1a0cbd478f73",
            "gambit_id": "24b8ec65-1284-4531-adea-2a731b0190c1",
            "last_updated": "2023-12-29T11:13:24.536361-05:00",
            "created_at": "2023-12-27T09:03:03.183592-05:00",
            "name": "St Louis Blues",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbf6dae3-1ca6-4dfc-98cc-fd1d958ca91b/?format=api"
        },
        {
            "id": "0466f576-d7b5-4ad1-9335-759498e68713",
            "gambit_id": "5c7fe03b-9071-4ef4-82dc-b545d3f7cb45",
            "last_updated": "2023-12-29T11:13:24.533032-05:00",
            "created_at": "2023-12-27T09:03:03.178599-05:00",
            "name": "Dallas Stars",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbf6dae3-1ca6-4dfc-98cc-fd1d958ca91b/?format=api"
        }
    ]
}