GET /api/bet_types/25119f3e-8a36-43c8-b285-e6d178f43e66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25119f3e-8a36-43c8-b285-e6d178f43e66",
    "match": "https://api-prod.gambitprofit.com/api/matches/d660b0fc-8d40-47d1-b60f-24c829aac5d9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:49.747072-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": "CLE",
                "amount": 5784.0
            },
            {
                "team": "SEA",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6aa2e31-b925-43e3-a0d5-9363833c538f",
            "gambit_id": "b06442df-7d21-4f58-a420-07ef848e6fed",
            "last_updated": "2023-04-01T10:32:15.151483-04:00",
            "created_at": "2023-03-31T09:56:49.752598-04:00",
            "name": "CLE",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25119f3e-8a36-43c8-b285-e6d178f43e66/?format=api"
        },
        {
            "id": "08f718ae-e17d-43e7-8ee5-3292dfaba851",
            "gambit_id": "30a89ceb-42f4-436a-98bb-fb7ef72f5563",
            "last_updated": "2023-04-01T10:32:15.149680-04:00",
            "created_at": "2023-03-31T09:56:49.749818-04:00",
            "name": "SEA",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25119f3e-8a36-43c8-b285-e6d178f43e66/?format=api"
        }
    ]
}