GET /api/bet_types/173f7215-be8f-4d3b-964b-5b9da44aaf45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "173f7215-be8f-4d3b-964b-5b9da44aaf45",
    "match": "https://api-prod.gambitprofit.com/api/matches/10752cc1-4acb-4f03-8bb7-5b16c0fd3406/?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": "CIN (G Ashcraft)",
                "amount": 5280.0
            },
            {
                "team": "CHC (A Sampson)",
                "amount": 4720.0
            }
        ],
        "expected_reward_tokens": 9345.6,
        "profit_sb": 345.6,
        "profit_sb_percentage": 3.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "378181c8-9e35-4fbf-9bc2-09b42cdcccea",
            "gambit_id": "2223f09c-88f9-4808-a497-b8d251a22333",
            "last_updated": "2022-08-14T13:46:50.528212-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (G Ashcraft)",
            "reward": "1.77000",
            "odds": "1.84750",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/173f7215-be8f-4d3b-964b-5b9da44aaf45/?format=api"
        },
        {
            "id": "99e6706f-6896-4b2b-8b09-ef0a51cfc024",
            "gambit_id": "4a700086-d2df-4abc-9db0-2002736f9b09",
            "last_updated": "2022-08-14T13:46:50.528640-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (A Sampson)",
            "reward": "1.98000",
            "odds": "2.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/173f7215-be8f-4d3b-964b-5b9da44aaf45/?format=api"
        }
    ]
}