GET /api/bet_types/19a6f817-645b-42ca-9404-fede212cad61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19a6f817-645b-42ca-9404-fede212cad61",
    "match": "https://api-prod.gambitprofit.com/api/matches/234bae0f-ce77-4273-83bd-d4c4a6d67abb/?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 49",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 49",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "917a4562-118d-4cb9-aa54-7a81a666da92",
            "gambit_id": "e3a2f6b8-48c3-469a-b71d-d2633cf285f3",
            "last_updated": "2022-12-05T11:07:07.101312-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19a6f817-645b-42ca-9404-fede212cad61/?format=api"
        },
        {
            "id": "207aed5e-f0e1-4832-89f6-785aa19e2dff",
            "gambit_id": "89b29348-9822-4317-895b-1d479a34d463",
            "last_updated": "2022-12-05T11:07:07.102505-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19a6f817-645b-42ca-9404-fede212cad61/?format=api"
        }
    ]
}