GET /api/bet_types/f515c7ae-e8c7-4662-ba28-8d740716e003/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f515c7ae-e8c7-4662-ba28-8d740716e003",
    "match": "https://api-prod.gambitprofit.com/api/matches/302481f7-f5e8-4dde-a8b8-a86096c12699/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-05T08:33:18.487591-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 (B Elder)",
                "amount": 5714.0
            },
            {
                "team": "CHC (J Assad)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ee79fef-3564-45f0-8875-5c7cf4768564",
            "gambit_id": "9eeff9f4-7b95-481f-adfb-46ca12accdf4",
            "last_updated": "2023-08-07T15:03:06.132075-04:00",
            "created_at": "2023-08-05T08:33:18.492131-04:00",
            "name": "ATL (B Elder)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f515c7ae-e8c7-4662-ba28-8d740716e003/?format=api"
        },
        {
            "id": "3b0a5850-7233-4a3c-b76b-b2df90e4be9e",
            "gambit_id": "a30ece8c-1419-4fd0-8697-7720eb54a4e4",
            "last_updated": "2023-08-07T15:03:06.135768-04:00",
            "created_at": "2023-08-05T08:33:18.498067-04:00",
            "name": "CHC (J Assad)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f515c7ae-e8c7-4662-ba28-8d740716e003/?format=api"
        }
    ]
}