GET /api/bet_types/fc47e758-c0a2-40b4-8c18-ec778529a8ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc47e758-c0a2-40b4-8c18-ec778529a8ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/b070fe6c-89e9-4695-b9bb-b1cd1540e8ce/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-25T12:38:08.553121-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": "Game Total Under 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd7750a1-17af-4036-90e0-d1c58c6d7ab0",
            "gambit_id": "75ea676b-a259-4eb2-99d4-e78b0b8c8e53",
            "last_updated": "2023-08-01T21:43:03.754888-04:00",
            "created_at": "2023-07-25T12:38:08.561574-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc47e758-c0a2-40b4-8c18-ec778529a8ac/?format=api"
        },
        {
            "id": "8dc6a006-851a-411d-972d-30fe0f21eb84",
            "gambit_id": "1d8b4b61-dd31-4336-9c0f-001195be8a4f",
            "last_updated": "2023-08-01T21:43:03.750525-04:00",
            "created_at": "2023-07-25T12:38:08.556941-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc47e758-c0a2-40b4-8c18-ec778529a8ac/?format=api"
        }
    ]
}