GET /api/bet_types/c35c83d9-d9ec-48f8-80d9-1934578cb2d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c35c83d9-d9ec-48f8-80d9-1934578cb2d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1dc933a7-bd63-4ded-85ec-1161260ebd1c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:11.586595-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": "Kansas City Chiefs",
                "amount": 5688.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c3825bd-c90b-488b-86e3-a8684534650b",
            "gambit_id": "cc74b0c1-ebe2-4cac-976b-94c2a6ecbb22",
            "last_updated": "2023-11-21T10:38:02.930369-05:00",
            "created_at": "2023-11-16T09:28:11.596036-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c35c83d9-d9ec-48f8-80d9-1934578cb2d3/?format=api"
        },
        {
            "id": "d9ad776d-f62a-4415-ac15-f5b50e0a9dfe",
            "gambit_id": "98b5dfde-f14d-443b-9626-0dab515b4013",
            "last_updated": "2023-11-21T10:38:02.926796-05:00",
            "created_at": "2023-11-16T09:28:11.591026-05:00",
            "name": "Philadelphia Eagles",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c35c83d9-d9ec-48f8-80d9-1934578cb2d3/?format=api"
        }
    ]
}