GET /api/bet_types/b239129c-b8f8-4db0-ba16-bf152e80d31a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b239129c-b8f8-4db0-ba16-bf152e80d31a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c73bdb6-a07d-4b77-8482-aaed7b0ad333/?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": "California",
                "amount": 8286.0
            },
            {
                "team": "Colorado",
                "amount": 1714.0
            }
        ],
        "expected_reward_tokens": 9528.9,
        "profit_sb": 28.9,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "663ed15f-5d00-4951-99fc-78eedeefbc18",
            "gambit_id": "b8830f7b-1cfb-47d5-ba6b-f2c204cb79a5",
            "last_updated": "2022-10-17T09:27:38.773244-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "1.15000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b239129c-b8f8-4db0-ba16-bf152e80d31a/?format=api"
        },
        {
            "id": "57335b14-165a-4bb2-a6de-d91e9ef0a8ca",
            "gambit_id": "305a684a-9ee1-43e2-a5bf-5d3825989165",
            "last_updated": "2022-10-17T09:27:38.772339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "5.56000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b239129c-b8f8-4db0-ba16-bf152e80d31a/?format=api"
        }
    ]
}