GET /api/bet_types/db1ac3f3-7dc1-4fe0-a918-7ac27194e3ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db1ac3f3-7dc1-4fe0-a918-7ac27194e3ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/ccbdfdac-847a-4f7f-b3dd-9ea7d12aa98c/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 53.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 53.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d370b22-1ab8-4d08-9c8b-003bcf6bab9d",
            "gambit_id": "5f8fa218-28fe-4083-a6fa-6981b9403fc5",
            "last_updated": "2022-11-05T09:42:53.232410-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 53.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db1ac3f3-7dc1-4fe0-a918-7ac27194e3ee/?format=api"
        },
        {
            "id": "14e2d6d5-e3da-4ae8-8689-c02a04a6e0b8",
            "gambit_id": "e6369163-b7a3-4433-ab88-4ab55d8861cf",
            "last_updated": "2022-11-05T09:42:53.233587-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 53.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db1ac3f3-7dc1-4fe0-a918-7ac27194e3ee/?format=api"
        }
    ]
}