GET /api/bet_types/5511cdb8-4b12-495c-ac26-5d977cbff4c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5511cdb8-4b12-495c-ac26-5d977cbff4c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b6736eb-5467-4bb1-ac88-4a3f1342da9b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-12T10:17:05.794129-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": "Calgary Flames",
                "amount": 6308.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "859d061f-c9b5-4c53-8bd4-98f65c0404da",
            "gambit_id": "4ae89303-8d7f-43fa-9bb3-bb3f3030d70f",
            "last_updated": "2023-03-13T19:12:11.094602-04:00",
            "created_at": "2023-03-12T10:17:05.795697-04:00",
            "name": "Calgary Flames",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5511cdb8-4b12-495c-ac26-5d977cbff4c9/?format=api"
        },
        {
            "id": "632fb963-3071-49de-a251-e39b6abe37e5",
            "gambit_id": "b6200911-29e0-4c08-bcb4-5e9a5f63cee7",
            "last_updated": "2023-03-13T19:12:11.096405-04:00",
            "created_at": "2023-03-12T10:17:05.797969-04:00",
            "name": "Ottawa Senators",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5511cdb8-4b12-495c-ac26-5d977cbff4c9/?format=api"
        }
    ]
}