GET /api/bet_types/6ac5838b-6e2e-43b7-b1ad-e9c7c89fe154/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ac5838b-6e2e-43b7-b1ad-e9c7c89fe154",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b94b525-239e-47e2-9219-e9933d456497/?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": "Tennessee",
                "amount": 7525.0
            },
            {
                "team": "Florida",
                "amount": 2475.0
            }
        ],
        "expected_reward_tokens": 9255.75,
        "profit_sb": 255.75,
        "profit_sb_percentage": 2.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "24f9eb0d-f36b-47a0-8912-bfd2dde397ef",
            "gambit_id": "e4a79678-dd4f-46bf-bc9e-393c0ac84dd5",
            "last_updated": "2022-09-25T19:52:04.307635-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.23000",
            "odds": "1.25640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ac5838b-6e2e-43b7-b1ad-e9c7c89fe154/?format=api"
        },
        {
            "id": "00d3a507-af2e-4dd6-a9c0-ea193e9184d5",
            "gambit_id": "c6ab6d95-1c32-4192-87b4-b2ac8c19ca6e",
            "last_updated": "2022-09-25T19:52:04.308791-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "3.74000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ac5838b-6e2e-43b7-b1ad-e9c7c89fe154/?format=api"
        }
    ]
}