GET /api/bet_types/b822c8bb-025b-4fe8-881d-4c67abef3811/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b822c8bb-025b-4fe8-881d-4c67abef3811",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc0d5861-dfbb-408d-bc4b-2769ee1cd55d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-11T12:17:21.322708-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 Under 2.5",
                "amount": 5762.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4238.0
            }
        ],
        "expected_reward_tokens": 8815.04,
        "profit_sb": -184.96,
        "profit_sb_percentage": -2.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "119b1776-ca73-43ba-87b7-7f3c6afbce62",
            "gambit_id": "c2451195-555e-4b22-8d87-8fbd2366d1dd",
            "last_updated": "2023-01-16T11:12:13.899636-05:00",
            "created_at": "2023-01-11T12:17:21.323945-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.53000",
            "odds": "1.62000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b822c8bb-025b-4fe8-881d-4c67abef3811/?format=api"
        },
        {
            "id": "c5d4d228-ddfd-42b6-8eb1-9ecdb394d8b2",
            "gambit_id": "aedf7868-2ee3-46ff-a658-f4b7ba644da3",
            "last_updated": "2023-01-16T11:12:13.902768-05:00",
            "created_at": "2023-01-11T12:17:21.325238-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.08000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b822c8bb-025b-4fe8-881d-4c67abef3811/?format=api"
        }
    ]
}