GET /api/bet_types/4ccd58c6-f4e1-4a87-8f7e-97111379f875/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ccd58c6-f4e1-4a87-8f7e-97111379f875",
    "match": "https://api-prod.gambitprofit.com/api/matches/7600bc21-c6a0-418e-8231-c60a35f4c9f8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-06T08:07:12.600717-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "94ddc5f5-8949-4e83-ab76-6f9200601398",
            "gambit_id": "0048fd82-f0c3-42a9-8928-8188afb8e984",
            "last_updated": "2023-03-07T10:36:49.120315-05:00",
            "created_at": "2023-03-06T08:07:12.602006-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ccd58c6-f4e1-4a87-8f7e-97111379f875/?format=api"
        },
        {
            "id": "066566ab-c941-4bf2-929d-32c217b01fc2",
            "gambit_id": "1c8e035e-94d5-4cb6-80c9-e708eeed45a1",
            "last_updated": "2023-03-07T10:36:49.121578-05:00",
            "created_at": "2023-03-06T08:07:12.603324-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ccd58c6-f4e1-4a87-8f7e-97111379f875/?format=api"
        }
    ]
}