GET /api/bet_types/84f5d145-f3e3-4496-8bd6-8ce4962d9be3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84f5d145-f3e3-4496-8bd6-8ce4962d9be3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ceb722b5-ce59-459b-a0d5-1422d8feb628/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-27T08:13:19.516412-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": "SEA (L Castillo)",
                "amount": 7280.0
            },
            {
                "team": "KAN (A Marsh)",
                "amount": 2720.0
            }
        ],
        "expected_reward_tokens": 9464.0,
        "profit_sb": -36.0,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "4aefdbfa-a7e8-4baa-b0a8-b0b5ac3c4cbc",
            "gambit_id": "e1b325d7-e4da-418d-be4c-0a24785d73cc",
            "last_updated": "2023-08-29T09:03:25.334565-04:00",
            "created_at": "2023-08-27T08:13:19.539253-04:00",
            "name": "SEA (L Castillo)",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84f5d145-f3e3-4496-8bd6-8ce4962d9be3/?format=api"
        },
        {
            "id": "b10a5f66-3704-4e0b-92f1-4b463b42fd26",
            "gambit_id": "0ca4b1f5-5ede-4ab7-ad8e-70180d538f7b",
            "last_updated": "2023-08-29T09:03:25.331371-04:00",
            "created_at": "2023-08-27T08:13:19.534139-04:00",
            "name": "KAN (A Marsh)",
            "reward": "3.48000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84f5d145-f3e3-4496-8bd6-8ce4962d9be3/?format=api"
        }
    ]
}