GET /api/bet_types/c52f2544-bae0-449a-8e03-556bf83a06d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c52f2544-bae0-449a-8e03-556bf83a06d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/65490352-0a64-4957-ae1a-6fc4e88de321/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-20T09:48:11.436741-05: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": "Los Angeles Kings",
                "amount": 5773.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "42a1a3ac-bdc9-40bf-b8b7-5387cb10d803",
            "gambit_id": "d83ae0da-fc13-4adf-bf2b-2234e269b631",
            "last_updated": "2023-11-21T14:38:23.816325-05:00",
            "created_at": "2023-11-20T09:48:11.440555-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c52f2544-bae0-449a-8e03-556bf83a06d9/?format=api"
        },
        {
            "id": "658fe5c3-6314-4c22-a6f7-ddaf700cc5d8",
            "gambit_id": "7ef90d1f-d426-40a4-a722-ac3cd4c99d98",
            "last_updated": "2023-11-21T14:38:23.819479-05:00",
            "created_at": "2023-11-20T09:48:11.444382-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c52f2544-bae0-449a-8e03-556bf83a06d9/?format=api"
        }
    ]
}