GET /api/bet_types/b36dc9c2-12bc-46b4-9810-53e23e3378f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b36dc9c2-12bc-46b4-9810-53e23e3378f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c4e1843-0aec-428c-a9bd-a58b89d348e8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-21T08:53:24.403779-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 (A Heaney)",
                "amount": 5440.0
            },
            {
                "team": "LOS (T Gonsolin)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a5bc397-145c-463f-8289-53a6d9221bcd",
            "gambit_id": "237fbcc2-d381-4160-bdd9-0f3eebb3143e",
            "last_updated": "2023-07-22T11:28:20.918865-04:00",
            "created_at": "2023-07-21T08:53:24.406701-04:00",
            "name": "TEX (A Heaney)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b36dc9c2-12bc-46b4-9810-53e23e3378f5/?format=api"
        },
        {
            "id": "fdd22734-8b58-4cf9-9399-6d1c62b10b7a",
            "gambit_id": "a3e4828e-1a2d-447c-b444-72c8a2e9afef",
            "last_updated": "2023-07-22T11:28:20.915608-04:00",
            "created_at": "2023-07-21T08:53:24.405224-04:00",
            "name": "LOS (T Gonsolin)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b36dc9c2-12bc-46b4-9810-53e23e3378f5/?format=api"
        }
    ]
}