GET /api/bet_types/dbe42aff-dbc4-4a8f-bf1b-4e9a5e47a4b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbe42aff-dbc4-4a8f-bf1b-4e9a5e47a4b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/9deaea29-5a0b-4c93-a112-325fbb6defbf/?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": "Calgary Flames",
                "amount": 5829.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "65a82121-bb9c-45c4-90b9-10034ca03b41",
            "gambit_id": "f5a72276-2b74-4add-ae61-0ae8a2f19eac",
            "last_updated": "2022-11-30T09:42:19.343751-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbe42aff-dbc4-4a8f-bf1b-4e9a5e47a4b3/?format=api"
        },
        {
            "id": "689bca55-c275-419f-afd0-b7f4441631b8",
            "gambit_id": "c38f7243-b6d4-47df-b841-d3e3b60c4c23",
            "last_updated": "2022-11-30T09:42:19.344746-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbe42aff-dbc4-4a8f-bf1b-4e9a5e47a4b3/?format=api"
        }
    ]
}