GET /api/bet_types/21210383-2551-48f9-bfd9-b86254c173fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21210383-2551-48f9-bfd9-b86254c173fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5456ea4-b723-4ec6-97c0-8868fa2534cb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-18T08:46:57.711471-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": "Arizona Coyotes",
                "amount": 5699.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "7671be51-6de0-4ea7-b31f-8d51e5a9735d",
            "gambit_id": "a5da39b2-1715-4516-a82f-e0e944aa5809",
            "last_updated": "2023-03-20T09:31:52.814201-04:00",
            "created_at": "2023-03-18T08:46:57.714444-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21210383-2551-48f9-bfd9-b86254c173fa/?format=api"
        },
        {
            "id": "c67cb573-d401-4f06-b0c8-852e992822bf",
            "gambit_id": "ea1567bf-d941-40cd-92b4-ac5c878406d1",
            "last_updated": "2023-03-20T09:31:52.817007-04:00",
            "created_at": "2023-03-18T08:46:57.717331-04:00",
            "name": "Chicago Blackhawks",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21210383-2551-48f9-bfd9-b86254c173fa/?format=api"
        }
    ]
}