GET /api/bet_types/e34198df-f6c6-4adf-a294-954232632a1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e34198df-f6c6-4adf-a294-954232632a1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3511377b-d991-41e9-9eb8-9618150738f3/?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 Under 6",
                "amount": 5304.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "3db443ff-8725-49a0-aee0-4871bbafa4df",
            "gambit_id": "6b699f64-039e-41f1-a1cb-f91bb3710d17",
            "last_updated": "2022-11-17T11:12:40.305536-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e34198df-f6c6-4adf-a294-954232632a1f/?format=api"
        },
        {
            "id": "de6a8656-a32f-4e98-a7d4-ec660980e50f",
            "gambit_id": "377aadf8-2787-49b1-a21c-63207acc1ea1",
            "last_updated": "2022-11-17T11:12:40.306534-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e34198df-f6c6-4adf-a294-954232632a1f/?format=api"
        }
    ]
}