GET /api/bet_types/8d34dddd-7e9d-49d7-99b9-b33ad88e6d22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d34dddd-7e9d-49d7-99b9-b33ad88e6d22",
    "match": "https://api-prod.gambitprofit.com/api/matches/50474900-35ce-484b-82fd-e84fe8bade38/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-04T12:16:53.727482-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": "MIN (J Ryan)",
                "amount": 5627.0
            },
            {
                "team": "CLE (T McKenzie)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f4a76e6-f217-40c4-8c81-3db5f121899d",
            "gambit_id": "86bc6f82-d6a6-4260-be9d-0b5e18fb3c16",
            "last_updated": "2023-06-05T10:57:24.724118-04:00",
            "created_at": "2023-06-04T12:16:53.731920-04:00",
            "name": "MIN (J Ryan)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d34dddd-7e9d-49d7-99b9-b33ad88e6d22/?format=api"
        },
        {
            "id": "dee3ba4d-310e-4a6b-8ad7-37bb9a914ff4",
            "gambit_id": "beb5966e-76bc-4d2d-8ed1-b3b378a366fc",
            "last_updated": "2023-06-05T10:57:24.721214-04:00",
            "created_at": "2023-06-04T12:16:53.729481-04:00",
            "name": "CLE (T McKenzie)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d34dddd-7e9d-49d7-99b9-b33ad88e6d22/?format=api"
        }
    ]
}