GET /api/bet_types/1643dc47-93a9-445c-909d-1455f18f1527/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1643dc47-93a9-445c-909d-1455f18f1527",
    "match": "https://api-prod.gambitprofit.com/api/matches/8058ad3a-6790-40cd-8c8d-3a1e6502ea3f/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-30T08:58:07.529721-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 248",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 248",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "95d92db3-8998-4640-818f-7624363b2620",
            "gambit_id": "5ae2bbc1-c1bf-4dab-beec-0429e43873eb",
            "last_updated": "2024-01-31T21:53:07.024988-05:00",
            "created_at": "2024-01-30T08:58:07.534145-05:00",
            "name": "Game Total Over 248",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "248.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1643dc47-93a9-445c-909d-1455f18f1527/?format=api"
        },
        {
            "id": "27c9db24-a108-4f3d-a24d-b67bace56b93",
            "gambit_id": "43b3ef93-101c-468b-bf19-06c62128a231",
            "last_updated": "2024-01-31T21:53:07.029597-05:00",
            "created_at": "2024-01-30T08:58:07.539077-05:00",
            "name": "Game Total Under 248",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "248.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1643dc47-93a9-445c-909d-1455f18f1527/?format=api"
        }
    ]
}