GET /api/bet_types/65257da4-a346-42dc-8b64-721d0746b8c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65257da4-a346-42dc-8b64-721d0746b8c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/647ce176-0a96-4792-aa8a-656e55c99f32/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-03T09:56:53.254476-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 (C Morton)",
                "amount": 5273.0
            },
            {
                "team": "STL (J Woodford)",
                "amount": 4727.0
            }
        ],
        "expected_reward_tokens": 9595.81,
        "profit_sb": 95.81,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "1bf1d612-8d06-4e10-aa92-4dc6b3dad2fa",
            "gambit_id": "04cf1ac6-0d67-4475-b116-4f8d338c32cd",
            "last_updated": "2023-04-04T19:22:02.144283-04:00",
            "created_at": "2023-04-03T09:56:53.256915-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65257da4-a346-42dc-8b64-721d0746b8c0/?format=api"
        },
        {
            "id": "228d5c03-5b8d-44fc-87d4-7b9251b9305f",
            "gambit_id": "b1e9b82d-3e84-4f61-a4f4-f906e4ade3a7",
            "last_updated": "2023-04-04T19:22:02.143120-04:00",
            "created_at": "2023-04-03T09:56:53.255623-04:00",
            "name": "STL (J Woodford)",
            "reward": "2.03000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65257da4-a346-42dc-8b64-721d0746b8c0/?format=api"
        }
    ]
}