GET /api/bet_types/692fb3a6-85c8-4fee-856b-f32582c2f919/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "692fb3a6-85c8-4fee-856b-f32582c2f919",
    "match": "https://api-prod.gambitprofit.com/api/matches/43638ef1-541e-4da1-8d1d-0612c0962c45/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-02T16:07:15.100388-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 2.5",
                "amount": 5378.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4622.0
            }
        ],
        "expected_reward_tokens": 9196.38,
        "profit_sb": -303.62,
        "profit_sb_percentage": -3.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "814a9eb0-647e-43ae-b97c-098fa7735e8e",
            "gambit_id": "826eb7dd-732b-4beb-98ef-1fd770bdb6aa",
            "last_updated": "2023-02-05T12:47:12.821778-05:00",
            "created_at": "2023-02-02T16:07:15.103171-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.71000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/692fb3a6-85c8-4fee-856b-f32582c2f919/?format=api"
        },
        {
            "id": "6fd818cb-58d7-4c71-89e0-1ae60dbc9141",
            "gambit_id": "29d5e007-43de-43e1-a201-432670ae4857",
            "last_updated": "2023-02-05T12:47:12.819919-05:00",
            "created_at": "2023-02-02T16:07:15.101848-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.99000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/692fb3a6-85c8-4fee-856b-f32582c2f919/?format=api"
        }
    ]
}