GET /api/bet_types/c3d28645-a95d-4605-bca1-46233f8cb13c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3d28645-a95d-4605-bca1-46233f8cb13c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d25b208d-7dba-4dfc-971f-fb66e0ce9667/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-27T08:13:18.388122-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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "927c4f7d-b24a-4e2f-9e07-e316fa60655d",
            "gambit_id": "f925cf4e-a5f3-458e-b89c-1ba71ebcfe45",
            "last_updated": "2023-08-28T18:43:05.563667-04:00",
            "created_at": "2023-08-27T08:13:18.391806-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3d28645-a95d-4605-bca1-46233f8cb13c/?format=api"
        },
        {
            "id": "866dddf8-e876-4171-955c-f98c10408d46",
            "gambit_id": "22e8b063-623c-4c7f-8e85-c99c9a948aaa",
            "last_updated": "2023-08-28T18:43:05.566863-04:00",
            "created_at": "2023-08-27T08:13:18.396259-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3d28645-a95d-4605-bca1-46233f8cb13c/?format=api"
        }
    ]
}