GET /api/bet_types/0d4dfcae-589c-48f5-992e-e1b1b40fb38d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d4dfcae-589c-48f5-992e-e1b1b40fb38d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2471a6ee-a2c5-4701-82f5-dc9f45fece09/?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 59.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 59.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "1cb74f52-4adc-4173-8c12-6b6f858e52af",
            "gambit_id": "df2bb492-05b2-4b4d-a294-dbd7e377c806",
            "last_updated": "2022-09-18T20:47:18.118159-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 59.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "59.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d4dfcae-589c-48f5-992e-e1b1b40fb38d/?format=api"
        },
        {
            "id": "f90e6abd-9d1b-4b89-ad28-603d8b208179",
            "gambit_id": "456dd790-8c8e-4107-ad85-984b6781512f",
            "last_updated": "2022-09-18T20:47:18.116801-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 59.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "59.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d4dfcae-589c-48f5-992e-e1b1b40fb38d/?format=api"
        }
    ]
}