GET /api/bet_types/477a5152-d862-4188-8836-a397783c5d92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "477a5152-d862-4188-8836-a397783c5d92",
    "match": "https://api-prod.gambitprofit.com/api/matches/32a3e07d-c05d-43d6-8e8b-7a441b8576dd/?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": 5304.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "921c0707-e48e-4f30-818e-fd72154aec98",
            "gambit_id": "1f991bf1-5843-4d65-9581-5e1719275dd7",
            "last_updated": "2022-11-10T10:04:26.470424-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/477a5152-d862-4188-8836-a397783c5d92/?format=api"
        },
        {
            "id": "0de5f809-1a61-433e-b428-1e8e1639a280",
            "gambit_id": "ec0adce2-7187-4c43-8302-e028720fc7a4",
            "last_updated": "2022-11-10T10:04:26.469231-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/477a5152-d862-4188-8836-a397783c5d92/?format=api"
        }
    ]
}