GET /api/bet_types/c3b8ecff-ac43-4a16-a5ef-c4d78b5b122a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3b8ecff-ac43-4a16-a5ef-c4d78b5b122a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc7d4331-b1b1-4b54-bba6-bbf4c47381da/?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 York Rangers",
                "amount": 5000.0
            },
            {
                "team": "Nashville Predators",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f53cb8f-026c-4f54-9163-81cc78fe5f25",
            "gambit_id": "a3eb716d-e070-4382-adb1-7ee4f3551fea",
            "last_updated": "2022-11-14T10:58:10.684227-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3b8ecff-ac43-4a16-a5ef-c4d78b5b122a/?format=api"
        },
        {
            "id": "9590d6b0-cc2d-4690-8747-5adaacd67343",
            "gambit_id": "25e66307-b67e-40c3-9940-d579fb0dc423",
            "last_updated": "2022-11-14T10:58:10.683079-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3b8ecff-ac43-4a16-a5ef-c4d78b5b122a/?format=api"
        }
    ]
}