GET /api/bet_types/aee1b1d4-e4a5-44af-b71d-d061a20ce722/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aee1b1d4-e4a5-44af-b71d-d061a20ce722",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1573c23-74ba-4faf-a553-4dc490766fdb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-08T08:23:04.535049-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": "Denver Nuggets",
                "amount": 6314.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a98e4e1-38ec-4714-ac75-fb570847ff44",
            "gambit_id": "f57d5ec8-907b-4362-bc51-8554616f6203",
            "last_updated": "2023-11-10T11:33:04.700204-05:00",
            "created_at": "2023-11-08T08:23:04.551073-05:00",
            "name": "Denver Nuggets",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aee1b1d4-e4a5-44af-b71d-d061a20ce722/?format=api"
        },
        {
            "id": "0a246ce9-07a7-449e-a0ec-ad1dd1575923",
            "gambit_id": "94b28ae2-cf06-4cd4-ac3c-9f3d3008ddf6",
            "last_updated": "2023-11-10T11:33:04.696836-05:00",
            "created_at": "2023-11-08T08:23:04.544729-05:00",
            "name": "Golden State Warriors",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aee1b1d4-e4a5-44af-b71d-d061a20ce722/?format=api"
        }
    ]
}