GET /api/bet_types/f22755bb-310c-4867-8faa-f2d401400611/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f22755bb-310c-4867-8faa-f2d401400611",
    "match": "https://api-prod.gambitprofit.com/api/matches/31c1f2b2-b82a-496d-b5fc-ab6762f1eadc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-05T10:03:22.680249-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": 7938.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 2062.0
            }
        ],
        "expected_reward_tokens": 9443.96,
        "profit_sb": -56.04,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f334fcd-fb86-4318-b93a-e4b496ef9248",
            "gambit_id": "f17d81b4-f92a-441a-b09b-31601017bb3c",
            "last_updated": "2024-02-07T01:52:59.681235-05:00",
            "created_at": "2024-02-05T10:03:22.688754-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f22755bb-310c-4867-8faa-f2d401400611/?format=api"
        },
        {
            "id": "8b8b6b6d-cc7a-450f-8f8e-b36d62a991d5",
            "gambit_id": "24be993c-1ee7-40b5-bc7d-6b999b19fdfa",
            "last_updated": "2024-02-07T01:52:59.684571-05:00",
            "created_at": "2024-02-05T10:03:22.684393-05:00",
            "name": "Toronto Raptors",
            "reward": "4.58000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f22755bb-310c-4867-8faa-f2d401400611/?format=api"
        }
    ]
}