GET /api/bet_types/a2cd73e7-4296-4db9-bcef-0401bf597455/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2cd73e7-4296-4db9-bcef-0401bf597455",
    "match": "https://api-prod.gambitprofit.com/api/matches/f89e01d1-0556-4ea4-a3ea-e38cbef917a8/?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 Over 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "22c791c8-b2f9-40e5-b0f4-269fc2e983b1",
            "gambit_id": "f21c004f-b522-44af-95ec-c1b7a7e0bfb5",
            "last_updated": "2022-09-26T09:52:12.364868-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2cd73e7-4296-4db9-bcef-0401bf597455/?format=api"
        },
        {
            "id": "48af0768-cae7-4fed-b049-7505154c4704",
            "gambit_id": "04e03d32-7ec2-41e5-83f7-704467eaf264",
            "last_updated": "2022-09-26T09:52:12.363793-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2cd73e7-4296-4db9-bcef-0401bf597455/?format=api"
        }
    ]
}