GET /api/bet_types/6f3b59da-1a17-4f0a-8d48-b846706b7b13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f3b59da-1a17-4f0a-8d48-b846706b7b13",
    "match": "https://api-prod.gambitprofit.com/api/matches/184ce9f9-1b63-4b8c-85f4-ae762a3c68a8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T08:08:23.637120-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f7ef8c1-826e-42e5-ad2b-4e5475e3aa69",
            "gambit_id": "35442e4c-1293-4f8d-a657-00b7036d21b1",
            "last_updated": "2023-08-18T10:28:07.802378-04:00",
            "created_at": "2023-08-17T08:08:23.642677-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f3b59da-1a17-4f0a-8d48-b846706b7b13/?format=api"
        },
        {
            "id": "b8e390a0-bfa7-4844-b137-cbd391e6a3fe",
            "gambit_id": "1a889781-9a84-480b-a16f-da8cc130b24d",
            "last_updated": "2023-08-18T10:28:07.806084-04:00",
            "created_at": "2023-08-17T08:08:23.647786-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f3b59da-1a17-4f0a-8d48-b846706b7b13/?format=api"
        }
    ]
}