GET /api/bet_types/1ff5f29f-a5cd-468f-90f5-46660996916d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ff5f29f-a5cd-468f-90f5-46660996916d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9054780-e27e-48e6-b243-4c7d9397e1f4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-10T10:03:07.645855-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": "ATL (A Winans)",
                "amount": 6935.0
            },
            {
                "team": "PIT (L Ortiz)",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "dbf4452d-5346-4565-a876-f5ae6e0a8bc6",
            "gambit_id": "892b8f0e-a47e-49fa-b21e-bbb55c6b21e0",
            "last_updated": "2023-09-12T11:28:07.001411-04:00",
            "created_at": "2023-09-10T10:03:07.664251-04:00",
            "name": "ATL (A Winans)",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ff5f29f-a5cd-468f-90f5-46660996916d/?format=api"
        },
        {
            "id": "2a656236-5f29-4888-92a4-2e794bb2b6eb",
            "gambit_id": "f82ef4dd-2746-466b-9f58-18a809e85d7f",
            "last_updated": "2023-09-12T11:28:06.995896-04:00",
            "created_at": "2023-09-10T10:03:07.659564-04:00",
            "name": "PIT (L Ortiz)",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ff5f29f-a5cd-468f-90f5-46660996916d/?format=api"
        }
    ]
}