GET /api/bet_types/ceeb2d4a-0890-48fb-92c8-5f2dadace275/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ceeb2d4a-0890-48fb-92c8-5f2dadace275",
    "match": "https://api-prod.gambitprofit.com/api/matches/2367a08c-0f93-4788-a8de-d27eb36c2d68/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-18T09:07:15.280891-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": 5419.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f4a74a9-9e36-4298-ba4c-0b9f1f7a05f0",
            "gambit_id": "4d07c0ea-aa23-45de-9310-f85be8aecde3",
            "last_updated": "2023-02-19T15:57:15.463629-05:00",
            "created_at": "2023-02-18T09:07:15.283541-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceeb2d4a-0890-48fb-92c8-5f2dadace275/?format=api"
        },
        {
            "id": "67ed4faa-d502-4dff-8ffe-8981ccb15768",
            "gambit_id": "c521a588-a6b2-4c0c-9137-09dc0ab3c236",
            "last_updated": "2023-02-19T15:57:15.462425-05:00",
            "created_at": "2023-02-18T09:07:15.282198-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceeb2d4a-0890-48fb-92c8-5f2dadace275/?format=api"
        }
    ]
}