GET /api/bet_types/a268d459-545f-40d1-8945-150e7959b345/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a268d459-545f-40d1-8945-150e7959b345",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f496fc9-f4cc-4bf2-b28c-d554605eaf75/?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 233",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbee2584-d27b-468f-a9ac-5f04d0303fae",
            "gambit_id": "9026f53e-87bb-479d-acf9-029b99d0e1f2",
            "last_updated": "2022-12-08T13:02:13.375861-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 233",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a268d459-545f-40d1-8945-150e7959b345/?format=api"
        },
        {
            "id": "739ce952-f220-4b41-85a7-b9a6a77c5171",
            "gambit_id": "dfd78720-c1e1-4573-896b-67a79454619b",
            "last_updated": "2022-12-08T13:02:13.377025-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 233",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a268d459-545f-40d1-8945-150e7959b345/?format=api"
        }
    ]
}