GET /api/bet_types/f2b72946-5b97-4e2e-a428-d0afbb0a371b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2b72946-5b97-4e2e-a428-d0afbb0a371b",
    "match": "https://api-prod.gambitprofit.com/api/matches/21791e9f-a23e-4403-bad1-8c53172a98c2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T09:43:20.020246-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 2.5",
                "amount": 5523.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4477.0
            }
        ],
        "expected_reward_tokens": 9222.62,
        "profit_sb": -277.38,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "0624b42d-f422-43b5-a27f-667ac07aee25",
            "gambit_id": "7cf25a13-231d-4430-828b-b2d51fb5393c",
            "last_updated": "2023-12-11T11:48:02.657608-05:00",
            "created_at": "2023-12-08T09:43:20.025395-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2b72946-5b97-4e2e-a428-d0afbb0a371b/?format=api"
        },
        {
            "id": "651e0ad4-9981-4e85-8fc6-14d5dc012fa7",
            "gambit_id": "f6697a5e-bc9b-41e2-a0a2-ba9e7376f89e",
            "last_updated": "2023-12-11T11:48:02.665353-05:00",
            "created_at": "2023-12-08T09:43:20.035506-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2b72946-5b97-4e2e-a428-d0afbb0a371b/?format=api"
        }
    ]
}