GET /api/bet_types/06fba3d6-3cde-4b0d-914c-0a27adde404c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06fba3d6-3cde-4b0d-914c-0a27adde404c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd083961-fa94-4bb4-b262-a1fe28fbf8c7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-17T09:23:18.111681-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 215.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 215.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "55bdbb84-ee6b-40fb-9bd2-6845b151d602",
            "gambit_id": "bd81a32e-09c5-425f-967c-caf7b66fadd7",
            "last_updated": "2023-11-18T17:58:24.767321-05:00",
            "created_at": "2023-11-17T09:23:18.116143-05:00",
            "name": "Game Total Over 215.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06fba3d6-3cde-4b0d-914c-0a27adde404c/?format=api"
        },
        {
            "id": "9d9e3a9a-9ba5-402b-af8d-04ef779c28dd",
            "gambit_id": "30eff972-538e-4bad-85c4-0cea874940ed",
            "last_updated": "2023-11-18T17:58:24.772679-05:00",
            "created_at": "2023-11-17T09:23:18.122480-05:00",
            "name": "Game Total Under 215.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06fba3d6-3cde-4b0d-914c-0a27adde404c/?format=api"
        }
    ]
}