GET /api/bet_types/f1c303ad-f3ba-4ca3-89ba-42fd2626da0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1c303ad-f3ba-4ca3-89ba-42fd2626da0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/29cf1c01-1002-4df9-bb60-a249b6b488a7/?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": "Houston",
                "amount": 8652.0
            },
            {
                "team": "South Florida",
                "amount": 1348.0
            }
        ],
        "expected_reward_tokens": 9516.88,
        "profit_sb": 16.88,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "dff1511f-320c-42be-9d39-98ac6ed38ca7",
            "gambit_id": "36d4da1c-0525-4575-bec9-294941739c4b",
            "last_updated": "2022-10-31T10:52:24.920306-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.10000",
            "odds": "1.10530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1c303ad-f3ba-4ca3-89ba-42fd2626da0b/?format=api"
        },
        {
            "id": "4f3fe3e8-700c-411b-8f8b-15bd89795285",
            "gambit_id": "fc1a2366-e6d9-4d2d-87ff-bc34c3918051",
            "last_updated": "2022-10-31T10:52:24.921244-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "7.06000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1c303ad-f3ba-4ca3-89ba-42fd2626da0b/?format=api"
        }
    ]
}