GET /api/bet_types/f4c3b63e-2efc-4d58-99e1-e07c2d308857/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4c3b63e-2efc-4d58-99e1-e07c2d308857",
    "match": "https://api-prod.gambitprofit.com/api/matches/062a94e6-f661-401c-89af-8ded5fbc35e6/?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 63.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 63.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "30c5bae4-ee8f-4aa8-a5bb-bb3b89f99b75",
            "gambit_id": "bb2a4fa8-9b7f-45cb-a5da-e4bf6d874b8c",
            "last_updated": "2022-09-18T13:07:28.756858-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 63.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "63.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c3b63e-2efc-4d58-99e1-e07c2d308857/?format=api"
        },
        {
            "id": "ccdd6e27-f900-4163-ab0b-ff4e52b1115d",
            "gambit_id": "a6e632a7-da15-477e-980b-0194823c138c",
            "last_updated": "2022-09-18T13:07:28.755704-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 63.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "63.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c3b63e-2efc-4d58-99e1-e07c2d308857/?format=api"
        }
    ]
}