GET /api/bet_types/44a38760-22bf-428e-bab7-9451de4a78ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44a38760-22bf-428e-bab7-9451de4a78ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cea26d1-7570-4e2b-a597-ca6dc9948c95/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T23:21:48.358661-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": "Dallas Cowboys",
                "amount": 5098.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d917176-0716-4bdb-8626-6a97bf2ac480",
            "gambit_id": "60a80a77-9d53-46ca-bd3f-3a2841638227",
            "last_updated": "2023-01-17T10:51:56.061605-05:00",
            "created_at": "2023-01-12T23:21:48.361101-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44a38760-22bf-428e-bab7-9451de4a78ea/?format=api"
        },
        {
            "id": "20c34aca-496f-4d78-a7cc-f3c7f985d58c",
            "gambit_id": "de7081d5-e692-4a27-aafc-b655b0f9d48f",
            "last_updated": "2023-01-17T10:51:56.060520-05:00",
            "created_at": "2023-01-12T23:21:48.359864-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44a38760-22bf-428e-bab7-9451de4a78ea/?format=api"
        }
    ]
}