GET /api/bet_types/6c0d52af-cc3d-4e20-98d8-640a6ae20e89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c0d52af-cc3d-4e20-98d8-640a6ae20e89",
    "match": "https://api-prod.gambitprofit.com/api/matches/4bb86401-ad6f-4c0f-9c66-967a755e396c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-24T09:08:04.036874-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": "Colorado Avalanche",
                "amount": 5423.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5b14cb8-6944-44e1-9fb4-5a1d49d6cd11",
            "gambit_id": "c9439574-cfe4-402c-9677-7ab393c8f2f6",
            "last_updated": "2023-11-27T09:53:17.241300-05:00",
            "created_at": "2023-11-24T09:08:04.040448-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c0d52af-cc3d-4e20-98d8-640a6ae20e89/?format=api"
        },
        {
            "id": "e2b83d44-bf7a-4a93-aef9-165fa35eb149",
            "gambit_id": "630c2575-f083-4cb0-a253-831f39500a52",
            "last_updated": "2023-11-27T09:53:17.233713-05:00",
            "created_at": "2023-11-24T09:08:04.045096-05:00",
            "name": "Minnesota Wild",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c0d52af-cc3d-4e20-98d8-640a6ae20e89/?format=api"
        }
    ]
}