GET /api/bet_types/a7fec281-2534-4a08-a44e-5a7d85bd5510/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7fec281-2534-4a08-a44e-5a7d85bd5510",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b127718-c6d9-4f90-9c80-161742f5f969/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-13T09:38:13.511396-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": 5512.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e1d4d56-d24a-4f2b-9593-9249d6db5a31",
            "gambit_id": "1a3014b5-3609-4211-8a7f-8d374b442e56",
            "last_updated": "2024-01-16T15:08:03.405720-05:00",
            "created_at": "2024-01-13T09:38:13.515268-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7fec281-2534-4a08-a44e-5a7d85bd5510/?format=api"
        },
        {
            "id": "a07d6b0e-8da9-487c-8c89-89cba7b643ce",
            "gambit_id": "6a0ad896-aff6-4857-8881-807e133878ba",
            "last_updated": "2024-01-16T15:08:03.409180-05:00",
            "created_at": "2024-01-13T09:38:13.519558-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7fec281-2534-4a08-a44e-5a7d85bd5510/?format=api"
        }
    ]
}