GET /api/bet_types/35e9b924-4073-493c-ac1d-fc62a78c89bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35e9b924-4073-493c-ac1d-fc62a78c89bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/785efa2a-d7af-48b8-9338-7d2264fbde4a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T09:57:08.658993-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": "Boston Bruins",
                "amount": 6603.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "42d67b46-d2da-4748-9e12-823c8311b07d",
            "gambit_id": "8b183db6-545c-435c-9820-ebae41f9fa1b",
            "last_updated": "2023-04-03T20:27:18.593098-04:00",
            "created_at": "2023-04-02T09:57:08.664583-04:00",
            "name": "Boston Bruins",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35e9b924-4073-493c-ac1d-fc62a78c89bb/?format=api"
        },
        {
            "id": "b61cf853-98e9-4bc5-88d4-fb078750e33f",
            "gambit_id": "658a8bbd-68c2-432e-bfe2-819889bec8e5",
            "last_updated": "2023-04-03T20:27:18.589649-04:00",
            "created_at": "2023-04-02T09:57:08.661861-04:00",
            "name": "St Louis Blues",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35e9b924-4073-493c-ac1d-fc62a78c89bb/?format=api"
        }
    ]
}