GET /api/bet_types/6a0ca270-3412-4f2e-9bc0-0d082d4025a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a0ca270-3412-4f2e-9bc0-0d082d4025a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a1f6675-d510-4025-a6c9-7fff37272df3/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-06T09:23:25.371824-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": "Montreal Canadiens",
                "amount": 5773.0
            },
            {
                "team": "New York Rangers",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "21639c50-c7b3-474d-b9ea-dd747163ca12",
            "gambit_id": "ab8ddf87-f8aa-4624-987e-20f6cd319174",
            "last_updated": "2024-01-09T10:18:17.098611-05:00",
            "created_at": "2024-01-06T09:23:25.386372-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a0ca270-3412-4f2e-9bc0-0d082d4025a2/?format=api"
        },
        {
            "id": "4da7ee87-6b5a-43b1-9bd0-1f4426772343",
            "gambit_id": "f8fa555b-f7f8-4fe4-9880-e757c108e0da",
            "last_updated": "2024-01-09T10:18:17.095146-05:00",
            "created_at": "2024-01-06T09:23:25.377580-05:00",
            "name": "New York Rangers",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a0ca270-3412-4f2e-9bc0-0d082d4025a2/?format=api"
        }
    ]
}