GET /api/bet_types/ffbe15fd-060c-4499-b367-a54aa84662d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffbe15fd-060c-4499-b367-a54aa84662d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e98547de-5239-48a4-9e67-8895b078b0ab/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-04T15:22:13.793833-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a497d99-bf09-457a-911a-4e91182e53a5",
            "gambit_id": "fc1a09aa-3b40-4eda-b92e-83afc02e5230",
            "last_updated": "2023-02-05T11:41:55.009389-05:00",
            "created_at": "2023-02-04T15:22:13.795250-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffbe15fd-060c-4499-b367-a54aa84662d7/?format=api"
        },
        {
            "id": "e32ec4fe-61a1-4739-b22c-3e4fbc531191",
            "gambit_id": "48390296-80f2-42da-8e47-1e4ee6cd4425",
            "last_updated": "2023-02-05T11:41:55.010695-05:00",
            "created_at": "2023-02-04T15:22:13.796650-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffbe15fd-060c-4499-b367-a54aa84662d7/?format=api"
        }
    ]
}