GET /api/bet_types/24500a29-10ef-4932-b9d0-d5f4ac641f18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24500a29-10ef-4932-b9d0-d5f4ac641f18",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f5ac2a1-3547-4c0b-87a7-8211ea5ed767/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-01T09:18:22.450811-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": "MIL (A Houser)",
                "amount": 5000.0
            },
            {
                "team": "CHC (J Steele)",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9550.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f6348b9-0dd9-41d7-b661-a03f96c6654c",
            "gambit_id": "20699476-fd8c-41e2-aa74-7ef88ee0c34c",
            "last_updated": "2023-10-08T15:07:59.186154-04:00",
            "created_at": "2023-10-01T09:18:22.460973-04:00",
            "name": "MIL (A Houser)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24500a29-10ef-4932-b9d0-d5f4ac641f18/?format=api"
        },
        {
            "id": "eb0aaba3-8113-42fa-92f4-3d6c79d94115",
            "gambit_id": "37fa885b-6c25-4b6c-96ab-cb6afac8f0fc",
            "last_updated": "2023-10-08T15:07:59.182336-04:00",
            "created_at": "2023-10-01T09:18:22.455736-04:00",
            "name": "CHC (J Steele)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24500a29-10ef-4932-b9d0-d5f4ac641f18/?format=api"
        }
    ]
}