GET /api/bet_types/86f6e46a-3eb8-4955-b70e-0a5878364b44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86f6e46a-3eb8-4955-b70e-0a5878364b44",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ae005e4-2210-4f4f-aaf9-fe088ff30b4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Vegas Golden Knights",
                "amount": 6778.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3222.0
            }
        ],
        "expected_reward_tokens": 9150.3,
        "profit_sb": 150.3,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "fb359a55-b494-461b-9ea0-86ef41bd0281",
            "gambit_id": "9987327a-4bed-4fd4-81e9-85525cdd7a89",
            "last_updated": "2022-12-10T18:47:00.249469-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86f6e46a-3eb8-4955-b70e-0a5878364b44/?format=api"
        },
        {
            "id": "8fa968cf-450c-408a-998c-d71c49adbae3",
            "gambit_id": "d17790f4-2ad2-4d1a-8bfb-7ce10889b7d4",
            "last_updated": "2022-12-10T18:47:00.250678-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.84000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86f6e46a-3eb8-4955-b70e-0a5878364b44/?format=api"
        }
    ]
}