GET /api/bet_types/8ad9468f-3bec-4e2a-85c0-d6a8bbb2f149/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ad9468f-3bec-4e2a-85c0-d6a8bbb2f149",
    "match": "https://api-prod.gambitprofit.com/api/matches/275bf806-4193-4383-9653-995650b57180/?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": "Florida Atlantic",
                "amount": 8270.0
            },
            {
                "team": "Florida Intl",
                "amount": 1730.0
            }
        ],
        "expected_reward_tokens": 9342.0,
        "profit_sb": 342.0,
        "profit_sb_percentage": 3.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "87217715-066b-44b4-9ca3-6827f2dd3ed2",
            "gambit_id": "b63bece8-260f-4205-842e-a8d126a8166d",
            "last_updated": "2022-11-14T09:38:41.898678-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.13000",
            "odds": "1.14290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ad9468f-3bec-4e2a-85c0-d6a8bbb2f149/?format=api"
        },
        {
            "id": "d9bf12cf-0f58-4c2b-92ad-334376f4cd8f",
            "gambit_id": "22bce879-6ca5-49a1-a07b-01eddeae4dbb",
            "last_updated": "2022-11-14T09:38:41.897759-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "5.40000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ad9468f-3bec-4e2a-85c0-d6a8bbb2f149/?format=api"
        }
    ]
}