GET /api/bet_types/c14724de-d261-4845-996a-8a08bdc0c4c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c14724de-d261-4845-996a-8a08bdc0c4c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f9d5495-66e9-42f4-a4cf-0f1d9e8703ab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-19T09:33:13.519663-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": "Detroit Lions",
                "amount": 7033.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "61d45705-3f22-46cf-8df7-1e9043a7f693",
            "gambit_id": "e6c0f43d-c8e6-430a-abf5-1e6d12ad0c4d",
            "last_updated": "2024-01-23T18:43:23.047236-05:00",
            "created_at": "2024-01-19T09:33:13.553105-05:00",
            "name": "Detroit Lions",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c14724de-d261-4845-996a-8a08bdc0c4c3/?format=api"
        },
        {
            "id": "a2282ef9-c586-4bf5-a449-b4d10efccae2",
            "gambit_id": "282f0ed6-d4f0-4e8c-a80d-4b31310a02cc",
            "last_updated": "2024-01-23T18:43:23.043762-05:00",
            "created_at": "2024-01-19T09:33:13.529151-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c14724de-d261-4845-996a-8a08bdc0c4c3/?format=api"
        }
    ]
}