GET /api/bet_types/bf2c00ec-1daa-4e3d-b8e2-319aa642e0b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf2c00ec-1daa-4e3d-b8e2-319aa642e0b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d20c007d-c2a2-41f2-8bb7-32b45d6ced72/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-16T17:37:17.856109-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": "Calgary Flames",
                "amount": 5107.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a32149b-08e4-4f2a-8f74-eac477104ccb",
            "gambit_id": "59d34487-6ea5-4953-bdb5-1b2bf2547a03",
            "last_updated": "2023-03-17T13:36:59.299493-04:00",
            "created_at": "2023-03-16T17:37:17.859560-04:00",
            "name": "Calgary Flames",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf2c00ec-1daa-4e3d-b8e2-319aa642e0b0/?format=api"
        },
        {
            "id": "1b28dfad-baff-4d67-9f44-0c9b5bd816ca",
            "gambit_id": "4558a501-f893-4387-8629-8d15cb95a66a",
            "last_updated": "2023-03-17T13:36:59.298171-04:00",
            "created_at": "2023-03-16T17:37:17.857880-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf2c00ec-1daa-4e3d-b8e2-319aa642e0b0/?format=api"
        }
    ]
}