GET /api/bet_types/3cfe1f48-5b98-4269-8c01-bbec9c0ec520/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cfe1f48-5b98-4269-8c01-bbec9c0ec520",
    "match": "https://api-prod.gambitprofit.com/api/matches/55656f83-f30d-400f-9ce9-d6857ee4e01f/?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": "LOS (A Heaney)",
                "amount": 5881.0
            },
            {
                "team": "SDG (M Clevinger)",
                "amount": 4119.0
            }
        ],
        "expected_reward_tokens": 9350.13,
        "profit_sb": 350.13,
        "profit_sb_percentage": 3.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "0013cf96-320a-41c8-85da-a3d9423b869a",
            "gambit_id": "3684e47d-a138-471f-99b4-cb1e38da049a",
            "last_updated": "2022-08-07T10:52:15.310443-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (A Heaney)",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cfe1f48-5b98-4269-8c01-bbec9c0ec520/?format=api"
        },
        {
            "id": "193d1e91-d4c7-439c-bba0-c4f477c2b6e9",
            "gambit_id": "e1dda78b-40cd-4c07-8806-2a017cd5a304",
            "last_updated": "2022-08-07T10:52:15.310827-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (M Clevinger)",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cfe1f48-5b98-4269-8c01-bbec9c0ec520/?format=api"
        }
    ]
}