GET /api/bet_types/6bd97737-edf7-42ac-bbdd-d62eb7d52d61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bd97737-edf7-42ac-bbdd-d62eb7d52d61",
    "match": "https://api-prod.gambitprofit.com/api/matches/04b5eed7-bafc-4719-b792-04ddb9405c8d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-05T09:47:04.191673-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": "Memphis Grizzlies",
                "amount": 5602.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2593295-243a-450c-95d8-5d26541148e2",
            "gambit_id": "d9d8d9c4-c1d8-43e8-9e6b-49390a899f5b",
            "last_updated": "2023-02-06T09:06:57.011185-05:00",
            "created_at": "2023-02-05T09:47:04.192935-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd97737-edf7-42ac-bbdd-d62eb7d52d61/?format=api"
        },
        {
            "id": "4c1aa38d-fdb4-4be1-9a99-97a715f27bf4",
            "gambit_id": "7d37e9af-bb94-4502-81f6-4e7c86160baf",
            "last_updated": "2023-02-06T09:06:57.012596-05:00",
            "created_at": "2023-02-05T09:47:04.194291-05:00",
            "name": "Toronto Raptors",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd97737-edf7-42ac-bbdd-d62eb7d52d61/?format=api"
        }
    ]
}