GET /api/bet_types/60267338-30dd-40c5-90d4-6aea9dd27819/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60267338-30dd-40c5-90d4-6aea9dd27819",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a112ed8-bb28-4791-8fdc-75c3c538b4fb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T09:58:13.569559-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": "New York Giants",
                "amount": 5000.0
            },
            {
                "team": "San Francisco 49ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "97643b10-3458-4e3e-9446-ff940b557f62",
            "gambit_id": "c5826004-2321-4801-ac94-c6c550c4ab47",
            "last_updated": "2023-09-22T10:48:10.635193-04:00",
            "created_at": "2023-09-20T09:58:13.579875-04:00",
            "name": "New York Giants",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60267338-30dd-40c5-90d4-6aea9dd27819/?format=api"
        },
        {
            "id": "7e5eda92-3992-4212-9db1-c9a92f5817df",
            "gambit_id": "4d8dd62f-5707-48ab-9149-16762f2fe3e4",
            "last_updated": "2023-09-22T10:48:10.638491-04:00",
            "created_at": "2023-09-20T09:58:13.586988-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60267338-30dd-40c5-90d4-6aea9dd27819/?format=api"
        }
    ]
}