GET /api/bet_types/42268caf-cbcb-4f58-8602-6233c1fe9657/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42268caf-cbcb-4f58-8602-6233c1fe9657",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1c2a82a-4f88-4493-8695-a6e0857d0073/?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": 6650.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3350.0
            }
        ],
        "expected_reward_tokens": 9110.5,
        "profit_sb": 110.5,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "c7c1c21a-6676-44fe-a556-be69a66406c2",
            "gambit_id": "bd7817d9-077d-48a7-a1b6-60c1468a1884",
            "last_updated": "2022-11-04T09:17:41.052077-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42268caf-cbcb-4f58-8602-6233c1fe9657/?format=api"
        },
        {
            "id": "329424fe-48bd-4f9f-8e37-b4d18c689077",
            "gambit_id": "53e53e46-1c34-424c-ab32-32e285fd662b",
            "last_updated": "2022-11-04T09:17:41.053081-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.72000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42268caf-cbcb-4f58-8602-6233c1fe9657/?format=api"
        }
    ]
}