GET /api/bet_types/197aaf82-15ea-4987-98a6-3f5ad8e794a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "197aaf82-15ea-4987-98a6-3f5ad8e794a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/8028f2f7-0599-43a6-80d5-eab4e6f2f930/?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": "Memphis Grizzlies",
                "amount": 7733.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 2267.0
            }
        ],
        "expected_reward_tokens": 9202.27,
        "profit_sb": 202.27,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "89a3e3fd-8e5e-4774-ae9d-af1264b37e56",
            "gambit_id": "572b29e6-553b-401b-bbfe-d5e0fdd1ec6c",
            "last_updated": "2022-12-13T10:02:35.685262-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.19000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/197aaf82-15ea-4987-98a6-3f5ad8e794a4/?format=api"
        },
        {
            "id": "ef1fd8cc-b3cf-4025-8f7e-1f1c9714c0df",
            "gambit_id": "35c5065b-a3eb-43a6-b6d7-abaa12be8641",
            "last_updated": "2022-12-13T10:02:35.686386-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "4.06000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/197aaf82-15ea-4987-98a6-3f5ad8e794a4/?format=api"
        }
    ]
}