GET /api/bet_types/0b0f4cd8-e164-4cdc-bc32-4e2b4638b8bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b0f4cd8-e164-4cdc-bc32-4e2b4638b8bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b4f56b3-8c0b-434a-9a1d-01e108b8a5a0/?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": "New England Patriots",
                "amount": 5863.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "b89c008d-e900-4464-8399-5b7eb2cc26cd",
            "gambit_id": "85d54700-4e20-4f63-ad29-48d4172ec6da",
            "last_updated": "2022-10-11T11:56:58.238434-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0f4cd8-e164-4cdc-bc32-4e2b4638b8bb/?format=api"
        },
        {
            "id": "8eea29bb-781b-4b85-b14b-1959ea76c1d9",
            "gambit_id": "30f680d0-55f8-47e9-ad8c-6c55ec44d1b1",
            "last_updated": "2022-10-11T11:56:58.239417-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0f4cd8-e164-4cdc-bc32-4e2b4638b8bb/?format=api"
        }
    ]
}