GET /api/bet_types/70ef9f42-c8f7-4e0a-83c0-b049b298b88e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70ef9f42-c8f7-4e0a-83c0-b049b298b88e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1dcf6df4-810f-40b3-8d53-742e609b4b22/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-22T12:32:10.570963-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": "Will Worley",
                "amount": 7578.0
            },
            {
                "team": "Dimitri Angelini",
                "amount": 2422.0
            }
        ],
        "expected_reward_tokens": 9396.72,
        "profit_sb": -103.28,
        "profit_sb_percentage": -1.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "ecd148ca-0692-46b8-8f61-d0c670ccadc1",
            "gambit_id": "f6f0167c-3753-4de5-86a4-5dd7104baf40",
            "last_updated": "2023-03-26T13:37:05.608784-04:00",
            "created_at": "2023-03-22T12:32:10.580475-04:00",
            "name": "Will Worley",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70ef9f42-c8f7-4e0a-83c0-b049b298b88e/?format=api"
        },
        {
            "id": "7b0cf281-7ee6-4214-8e30-ea7045162bec",
            "gambit_id": "a1d71705-4ec3-4ed5-8847-53f5868bf66d",
            "last_updated": "2023-03-26T13:37:05.606310-04:00",
            "created_at": "2023-03-22T12:32:10.575221-04:00",
            "name": "Dimitri Angelini",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70ef9f42-c8f7-4e0a-83c0-b049b298b88e/?format=api"
        }
    ]
}