GET /api/bet_types/c42d5301-e7b1-4432-96eb-707ae9da258b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c42d5301-e7b1-4432-96eb-707ae9da258b",
    "match": "https://api-prod.gambitprofit.com/api/matches/90346c19-6ca9-496c-8a9f-39269f50f98f/?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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b957d8e6-d7c4-40bf-b32d-2be63c204775",
            "gambit_id": "f029021f-c658-4d32-974d-6bff8159e186",
            "last_updated": "2022-09-19T11:52:13.239620-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42d5301-e7b1-4432-96eb-707ae9da258b/?format=api"
        },
        {
            "id": "0307cde1-20b8-423d-89e3-41dd023e4827",
            "gambit_id": "d1d49bb2-9f80-447e-8ff4-16bb4c5a2912",
            "last_updated": "2022-09-19T11:52:13.241034-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42d5301-e7b1-4432-96eb-707ae9da258b/?format=api"
        }
    ]
}