GET /api/bet_types/f8b6097b-a091-47d7-830e-4dd8f1faa06f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8b6097b-a091-47d7-830e-4dd8f1faa06f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f0c0f7e-79eb-47d9-aa00-19429ab6b9b9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-14T10:57:08.577687-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": "Edmonton Oilers",
                "amount": 6314.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "f431a789-e9f8-4acb-9ac8-10a45e9b980d",
            "gambit_id": "f7bb8529-6853-496b-a24e-7fe9178c4506",
            "last_updated": "2023-05-15T11:37:01.646190-04:00",
            "created_at": "2023-05-14T10:57:08.579686-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8b6097b-a091-47d7-830e-4dd8f1faa06f/?format=api"
        },
        {
            "id": "ad1b16a7-6af9-457f-bd9c-91cb0751784a",
            "gambit_id": "02de250d-8a71-4ab5-b8f9-301455463451",
            "last_updated": "2023-05-15T11:37:01.647503-04:00",
            "created_at": "2023-05-14T10:57:08.581665-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8b6097b-a091-47d7-830e-4dd8f1faa06f/?format=api"
        }
    ]
}