GET /api/bet_types/6162a770-5c09-48dc-9f78-58a58699879e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6162a770-5c09-48dc-9f78-58a58699879e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e30d2d3-d944-4b7d-b662-bb5a365acd26/?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 6.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9c7e117-e4c0-457f-a164-0ac463a1dd45",
            "gambit_id": "320e0708-5b9d-4259-aeb2-a3f5fae2a31b",
            "last_updated": "2022-11-28T14:02:14.080120-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6162a770-5c09-48dc-9f78-58a58699879e/?format=api"
        },
        {
            "id": "a19e8457-69c5-4e1a-943c-ea9180119518",
            "gambit_id": "14c22859-bf11-49e1-bee8-7f1ee8676ac4",
            "last_updated": "2022-11-28T14:02:14.079007-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6162a770-5c09-48dc-9f78-58a58699879e/?format=api"
        }
    ]
}