GET /api/bet_types/80bc3a26-908f-4082-85de-69ce8568b25c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80bc3a26-908f-4082-85de-69ce8568b25c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a99e5e4f-11cb-4388-9733-4d793a598828/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-26T10:56:58.118772-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": "Calgary Flames",
                "amount": 5780.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "87a127c9-0070-4584-b88b-c694fd283e19",
            "gambit_id": "13d9fa36-e28f-4fce-bd4d-1d3f37017c27",
            "last_updated": "2023-01-27T10:07:11.927841-05:00",
            "created_at": "2023-01-26T10:56:58.120361-05:00",
            "name": "Calgary Flames",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80bc3a26-908f-4082-85de-69ce8568b25c/?format=api"
        },
        {
            "id": "a02ea81f-f62e-47c2-8b14-01150a178dfc",
            "gambit_id": "253cb34c-aeb8-4cc8-9bdf-a64352c6b610",
            "last_updated": "2023-01-27T10:07:11.929209-05:00",
            "created_at": "2023-01-26T10:56:58.121823-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80bc3a26-908f-4082-85de-69ce8568b25c/?format=api"
        }
    ]
}