GET /api/bet_types/f95b0cb2-37af-4069-95cb-50d52e2ab8f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f95b0cb2-37af-4069-95cb-50d52e2ab8f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/d20c007d-c2a2-41f2-8bb7-32b45d6ced72/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-16T17:37:17.851034-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": 6991.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3009.0
            }
        ],
        "expected_reward_tokens": 9507.76,
        "profit_sb": 7.76,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "791bb9c8-2d22-4c99-a7d8-04239ca36097",
            "gambit_id": "84644a79-490d-4919-a067-95c948ab82ea",
            "last_updated": "2023-03-17T13:36:59.295893-04:00",
            "created_at": "2023-03-16T17:37:17.854195-04:00",
            "name": "Calgary Flames",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f95b0cb2-37af-4069-95cb-50d52e2ab8f9/?format=api"
        },
        {
            "id": "fbdfdc9a-f886-44de-94c4-9afa306a41e3",
            "gambit_id": "882ff949-1ec7-4eaf-bd1b-1c527280773a",
            "last_updated": "2023-03-17T13:36:59.294703-04:00",
            "created_at": "2023-03-16T17:37:17.852601-04:00",
            "name": "Vegas Golden Knights",
            "reward": "3.16000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f95b0cb2-37af-4069-95cb-50d52e2ab8f9/?format=api"
        }
    ]
}