GET /api/bet_types/726fe224-9f8a-4428-bf94-70effe325127/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "726fe224-9f8a-4428-bf94-70effe325127",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c881b9b-5630-4d09-8cca-090f7fd8c106/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-16T09:08:26.403901-04: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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "292df60c-c656-4193-a81c-091568064e02",
            "gambit_id": "0e6038f8-5a9d-41d8-934c-2852cfebe7b1",
            "last_updated": "2023-07-18T09:03:21.386320-04:00",
            "created_at": "2023-07-16T09:08:26.405383-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/726fe224-9f8a-4428-bf94-70effe325127/?format=api"
        },
        {
            "id": "63341cc1-601b-472c-aa74-dbccd285f276",
            "gambit_id": "9567443d-d547-4b2a-b221-b33d49d6dc5a",
            "last_updated": "2023-07-18T09:03:21.388065-04:00",
            "created_at": "2023-07-16T09:08:26.406923-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/726fe224-9f8a-4428-bf94-70effe325127/?format=api"
        }
    ]
}