GET /api/bet_types/e33e19a5-d84f-4c68-a900-016e068651aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e33e19a5-d84f-4c68-a900-016e068651aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/25412582-15a6-4938-8e2c-29efd44a51ee/?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 8.5",
                "amount": 5109.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "42876b1d-0157-4483-b6e3-6f1e15da5cc8",
            "gambit_id": "47670e96-c1ad-4a26-b06e-142f0fa93400",
            "last_updated": "2022-08-10T10:06:56.488684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e33e19a5-d84f-4c68-a900-016e068651aa/?format=api"
        },
        {
            "id": "f1fccb04-ee61-4332-b9e3-b576209c499d",
            "gambit_id": "8c154d71-0e9f-4d0e-ba31-b809946b235e",
            "last_updated": "2022-08-10T10:06:56.488182-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e33e19a5-d84f-4c68-a900-016e068651aa/?format=api"
        }
    ]
}