GET /api/bet_types/65fd94f5-9db2-4084-ac55-5448b68cc503/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65fd94f5-9db2-4084-ac55-5448b68cc503",
    "match": "https://api-prod.gambitprofit.com/api/matches/77133ecb-32d9-4572-a763-dea5d2eb0fec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-27T09:07:56.805824-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": "Charlotte Hornets",
                "amount": 5094.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "dccbe8fa-51dd-4327-898b-a52c32eefaa4",
            "gambit_id": "5fdfe5ab-3050-4095-9207-3b494e6f3e85",
            "last_updated": "2023-10-30T15:03:11.075007-04:00",
            "created_at": "2023-10-27T09:07:56.815898-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65fd94f5-9db2-4084-ac55-5448b68cc503/?format=api"
        },
        {
            "id": "bd6b6b19-cd92-4f74-9131-4e43d3dae312",
            "gambit_id": "2094e024-5897-4bbb-81ae-35c44c9ed3a9",
            "last_updated": "2023-10-30T15:03:11.071248-04:00",
            "created_at": "2023-10-27T09:07:56.810984-04:00",
            "name": "Detroit Pistons",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65fd94f5-9db2-4084-ac55-5448b68cc503/?format=api"
        }
    ]
}