GET /api/bet_types/4c436b36-6806-436b-8fac-62d55556aeb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c436b36-6806-436b-8fac-62d55556aeb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4c35ef2-65bd-4b4e-bd80-c409103a9cc1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-19T16:16:51.048862-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": "Team LeBron",
                "amount": 5000.0
            },
            {
                "team": "Team Giannis",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "268a242a-2aff-4c50-bb93-a1421fa6437e",
            "gambit_id": "d84a40d1-4c57-45f1-aa4b-93fab22b83b9",
            "last_updated": "2023-02-20T09:41:55.380534-05:00",
            "created_at": "2023-02-19T16:16:51.050137-05:00",
            "name": "Team LeBron",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c436b36-6806-436b-8fac-62d55556aeb3/?format=api"
        },
        {
            "id": "af2b13c7-cc44-4908-b177-b6d902de46aa",
            "gambit_id": "b30ee170-6286-45fb-ac73-2b0861ac9386",
            "last_updated": "2023-02-20T09:41:55.381706-05:00",
            "created_at": "2023-02-19T16:16:51.051456-05:00",
            "name": "Team Giannis",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c436b36-6806-436b-8fac-62d55556aeb3/?format=api"
        }
    ]
}