GET /api/bet_types/fc2879ad-b677-405b-bfbe-92bfc949d0d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc2879ad-b677-405b-bfbe-92bfc949d0d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/cadc06a8-44c0-4b3a-91b8-b38b13162450/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:01.837402-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": "Charlotte Hornets",
                "amount": 5094.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "0177644e-e0fd-4146-8189-a2fb255f4967",
            "gambit_id": "b532209a-e4f9-45fb-bd99-1013c1941860",
            "last_updated": "2023-11-10T12:38:27.530158-05:00",
            "created_at": "2023-11-08T08:23:01.846799-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc2879ad-b677-405b-bfbe-92bfc949d0d1/?format=api"
        },
        {
            "id": "889c064a-0909-4d2a-bc0c-8b8203097593",
            "gambit_id": "ffc810eb-39c4-4188-b6ae-24c7744d2034",
            "last_updated": "2023-11-10T12:38:27.526967-05:00",
            "created_at": "2023-11-08T08:23:01.842558-05:00",
            "name": "Washington Wizards",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc2879ad-b677-405b-bfbe-92bfc949d0d1/?format=api"
        }
    ]
}