GET /api/bet_types/42bbc81b-1358-4dd7-b081-42682294ab32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42bbc81b-1358-4dd7-b081-42682294ab32",
    "match": "https://api-prod.gambitprofit.com/api/matches/36e99295-46cf-4094-8960-3bf174f3cea4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-05T10:57:14.760680-04: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 8",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a37b497-e23e-41cc-9463-66cd7cfdf7a5",
            "gambit_id": "9151421c-57bf-4137-a103-4823eed6d041",
            "last_updated": "2023-06-06T16:02:19.168135-04:00",
            "created_at": "2023-06-05T10:57:14.763702-04:00",
            "name": "Game Total Over 8",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42bbc81b-1358-4dd7-b081-42682294ab32/?format=api"
        },
        {
            "id": "5ebee768-018a-4199-a51d-233344f8e15c",
            "gambit_id": "7e2203cb-d88e-4ac8-833d-c6cb7332b421",
            "last_updated": "2023-06-06T16:02:19.170414-04:00",
            "created_at": "2023-06-05T10:57:14.768527-04:00",
            "name": "Game Total Under 8",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42bbc81b-1358-4dd7-b081-42682294ab32/?format=api"
        }
    ]
}