GET /api/bet_types/c0854564-fb74-4201-8f80-decb2fb890d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0854564-fb74-4201-8f80-decb2fb890d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/85eb7654-39c2-45a8-a389-c7e3ad18f8d7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-26T09:43:14.029541-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "86336f0c-abdd-42d6-91c6-c102ce4ad092",
            "gambit_id": "6dfeb0ac-18e7-4ee7-9884-009117f00073",
            "last_updated": "2023-11-27T21:27:56.938300-05:00",
            "created_at": "2023-11-26T09:43:14.037439-05:00",
            "name": "Game Total Under 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0854564-fb74-4201-8f80-decb2fb890d2/?format=api"
        },
        {
            "id": "fde9d364-aa8f-4e51-85c2-eb2c9a4725f0",
            "gambit_id": "69c1a93c-c1e4-483c-87dd-767ad88a0e68",
            "last_updated": "2023-11-27T21:27:56.931616-05:00",
            "created_at": "2023-11-26T09:43:14.033327-05:00",
            "name": "Game Total Over 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0854564-fb74-4201-8f80-decb2fb890d2/?format=api"
        }
    ]
}