GET /api/bet_types/1ca5186a-a47d-4c5e-a6e7-fecf92446703/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ca5186a-a47d-4c5e-a6e7-fecf92446703",
    "match": "https://api-prod.gambitprofit.com/api/matches/f05dc6ed-56db-4242-a0f9-0722f16b03a9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-18T09:38:25.413108-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 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "f744af53-78d0-4ef6-8553-5807a440e79e",
            "gambit_id": "161195c9-b54d-419f-8231-987f0750acc4",
            "last_updated": "2023-11-20T14:58:32.832146-05:00",
            "created_at": "2023-11-18T09:38:25.421536-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ca5186a-a47d-4c5e-a6e7-fecf92446703/?format=api"
        },
        {
            "id": "b2650315-e3b3-43d5-bb35-84afae63f831",
            "gambit_id": "0888c656-7060-4cfd-a449-f5cf6f274138",
            "last_updated": "2023-11-20T14:58:32.840467-05:00",
            "created_at": "2023-11-18T09:38:25.427201-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ca5186a-a47d-4c5e-a6e7-fecf92446703/?format=api"
        }
    ]
}