GET /api/bet_types/d00bbfc2-0c47-4cfc-b24c-07fe1647c4ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d00bbfc2-0c47-4cfc-b24c-07fe1647c4ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/967c881a-1371-403b-b3e3-fb49ca7b9df7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-31T10:13:04.389069-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": "Boston Bruins",
                "amount": 5423.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7ce1597-3a97-4073-ad93-b6ec231219b1",
            "gambit_id": "ae825cbb-399f-4b98-a33a-4ef98bb4f6a1",
            "last_updated": "2024-01-02T10:28:10.941883-05:00",
            "created_at": "2023-12-31T10:13:04.393556-05:00",
            "name": "Boston Bruins",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d00bbfc2-0c47-4cfc-b24c-07fe1647c4ff/?format=api"
        },
        {
            "id": "c46ff237-5981-4ec5-bded-304888382a6d",
            "gambit_id": "d5598d9e-1fda-486f-9c97-3706830e98ee",
            "last_updated": "2024-01-02T10:28:10.945424-05:00",
            "created_at": "2023-12-31T10:13:04.397072-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d00bbfc2-0c47-4cfc-b24c-07fe1647c4ff/?format=api"
        }
    ]
}