GET /api/bet_types/4124754c-d4d3-4163-9022-8e5de583d0e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4124754c-d4d3-4163-9022-8e5de583d0e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/396becb0-c862-4280-89c4-4ef43ce5f197/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-27T09:18:14.540275-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 243",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 243",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f35d1775-4bf0-408c-9068-4ef6d578b3ff",
            "gambit_id": "4710b151-013e-440e-9d3b-4009c9c3f3d2",
            "last_updated": "2024-01-29T22:03:10.610761-05:00",
            "created_at": "2024-01-27T09:18:14.545146-05:00",
            "name": "Game Total Over 243",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "243.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4124754c-d4d3-4163-9022-8e5de583d0e1/?format=api"
        },
        {
            "id": "b8c8cf9a-dfff-4e3f-a95a-db70bdfaef05",
            "gambit_id": "415ce007-f30c-4cba-9e35-26098bde180b",
            "last_updated": "2024-01-29T22:03:10.615416-05:00",
            "created_at": "2024-01-27T09:18:14.549210-05:00",
            "name": "Game Total Under 243",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "243.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4124754c-d4d3-4163-9022-8e5de583d0e1/?format=api"
        }
    ]
}