GET /api/bet_types/d6e7a438-ad6a-4b93-8cdb-425c244179ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6e7a438-ad6a-4b93-8cdb-425c244179ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/963b8d90-b90d-4c15-8f5e-76b6360ccc24/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-23T12:41:48.041237-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": "Golden State Warriors",
                "amount": 7292.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 2708.0
            }
        ],
        "expected_reward_tokens": 9478.0,
        "profit_sb": -22.0,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4aa1288-afb9-442c-bb95-62a2bbe578af",
            "gambit_id": "da3b08fe-2450-427d-929e-688660374804",
            "last_updated": "2023-04-24T13:02:13.491746-04:00",
            "created_at": "2023-04-23T12:41:48.043242-04:00",
            "name": "Golden State Warriors",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e7a438-ad6a-4b93-8cdb-425c244179ff/?format=api"
        },
        {
            "id": "d34db449-4165-4bd9-8dc1-eae841a3bca9",
            "gambit_id": "e1d52da5-43be-49c1-bc6f-1acea3f885c1",
            "last_updated": "2023-04-24T13:02:13.494035-04:00",
            "created_at": "2023-04-23T12:41:48.045278-04:00",
            "name": "Sacramento Kings",
            "reward": "3.50000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e7a438-ad6a-4b93-8cdb-425c244179ff/?format=api"
        }
    ]
}