GET /api/bet_types/e90bb646-df6a-42c9-bb0d-0e12018a83c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e90bb646-df6a-42c9-bb0d-0e12018a83c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/969d80bf-f8bd-4d8b-8a1f-32a661413727/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-11T10:27:04.470643-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": "TEX",
                "amount": 5512.0
            },
            {
                "team": "KAN",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "967dfaed-55f5-4624-a6b6-db8319174cf5",
            "gambit_id": "605d90ad-0a05-4fce-843d-2fedb797caa1",
            "last_updated": "2023-04-12T09:46:55.115969-04:00",
            "created_at": "2023-04-11T10:27:04.473411-04:00",
            "name": "TEX",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e90bb646-df6a-42c9-bb0d-0e12018a83c6/?format=api"
        },
        {
            "id": "6ddd4c1e-f614-46ea-8fe4-62e0aba0e61f",
            "gambit_id": "e8f4acfb-3b2a-4cfa-abf6-715d9d031f89",
            "last_updated": "2023-04-12T09:46:55.118225-04:00",
            "created_at": "2023-04-11T10:27:04.476045-04:00",
            "name": "KAN",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e90bb646-df6a-42c9-bb0d-0e12018a83c6/?format=api"
        }
    ]
}