GET /api/bet_types/2f422e15-d4c7-452a-be39-79f94700183e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f422e15-d4c7-452a-be39-79f94700183e",
    "match": "https://api-prod.gambitprofit.com/api/matches/792595cf-89b4-40b0-951d-4702328430d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-30T08:58:10.704838-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": "Tampa Bay Lightning",
                "amount": 5602.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "4543a32d-fadd-4602-92fb-2ecb7eda466a",
            "gambit_id": "55d1c3f8-05fd-46ba-8b70-71c543de949d",
            "last_updated": "2023-10-31T19:48:06.175832-04:00",
            "created_at": "2023-10-30T08:58:10.717816-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f422e15-d4c7-452a-be39-79f94700183e/?format=api"
        },
        {
            "id": "21cf80ae-8847-43d6-bdd3-385d781c7e47",
            "gambit_id": "9703022f-b227-4745-bd6a-24aca6efaa53",
            "last_updated": "2023-10-31T19:48:06.172504-04:00",
            "created_at": "2023-10-30T08:58:10.711491-04:00",
            "name": "Seattle Kraken",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f422e15-d4c7-452a-be39-79f94700183e/?format=api"
        }
    ]
}