GET /api/bet_types/3765abcd-64f4-47c5-9fe1-955697463d6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3765abcd-64f4-47c5-9fe1-955697463d6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/36005f26-5a43-4155-8160-05ac0b9961af/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:13:10.109665-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 Over 6.5",
                "amount": 5688.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "033cf1f3-dc62-4625-a281-d46f1787fcc7",
            "gambit_id": "dd7100e4-e5b4-4f95-b076-df9a6a2d939c",
            "last_updated": "2023-11-03T11:53:29.511160-04:00",
            "created_at": "2023-11-02T09:13:10.113511-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3765abcd-64f4-47c5-9fe1-955697463d6d/?format=api"
        },
        {
            "id": "00eca429-0f6d-43b5-8322-108fbe8f0888",
            "gambit_id": "8bf2bf5a-fc66-49a8-b46c-8192f6faed04",
            "last_updated": "2023-11-03T11:53:29.491931-04:00",
            "created_at": "2023-11-02T09:13:10.117717-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3765abcd-64f4-47c5-9fe1-955697463d6d/?format=api"
        }
    ]
}