GET /api/bet_types/e2e65094-a32f-4c8b-8d31-dfcbf6bd4117/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2e65094-a32f-4c8b-8d31-dfcbf6bd4117",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcd6c7b0-8f40-481a-bf8c-c3a829294b9c/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-15T10:23:23.087652-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": "Game Total Over 6.5",
                "amount": 5614.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e901a4d-2090-4cfb-a162-35707c4d2e54",
            "gambit_id": "910d8392-efed-4c2c-9ea7-a24fa5603bcb",
            "last_updated": "2024-01-17T22:23:11.154946-05:00",
            "created_at": "2024-01-15T10:23:23.091495-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2e65094-a32f-4c8b-8d31-dfcbf6bd4117/?format=api"
        },
        {
            "id": "e51f02d6-cb78-4e83-88e6-f7d1e7ae2411",
            "gambit_id": "ef17497b-7c25-437c-90dc-9ad8ac060038",
            "last_updated": "2024-01-17T22:23:11.158130-05:00",
            "created_at": "2024-01-15T10:23:23.097367-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2e65094-a32f-4c8b-8d31-dfcbf6bd4117/?format=api"
        }
    ]
}