GET /api/bet_types/3d1eec85-3f7f-4786-a721-df6ec54c722c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d1eec85-3f7f-4786-a721-df6ec54c722c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b87ffab-6914-44be-83a8-0f880b350838/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Joe Pyfer",
                "amount": 7852.0
            },
            {
                "team": "Alen Amedovski",
                "amount": 2148.0
            }
        ],
        "expected_reward_tokens": 9107.52,
        "profit_sb": 107.52,
        "profit_sb_percentage": 1.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd332270-c0ec-4671-a374-60d2f4af8735",
            "gambit_id": "9cb86a08-460d-4030-927a-b168fcd3d8ec",
            "last_updated": "2022-09-19T09:47:28.153661-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Joe Pyfer",
            "reward": "1.16000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d1eec85-3f7f-4786-a721-df6ec54c722c/?format=api"
        },
        {
            "id": "d033f7d0-2e46-493d-b34b-4bb42bff99d1",
            "gambit_id": "6a070b42-577d-4e9a-9c7a-655671bd8e2a",
            "last_updated": "2022-09-19T09:47:28.154637-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alen Amedovski",
            "reward": "4.24000",
            "odds": "4.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d1eec85-3f7f-4786-a721-df6ec54c722c/?format=api"
        }
    ]
}