GET /api/bet_types/9deffdff-93f7-4f58-91c2-ff4259f1c655/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9deffdff-93f7-4f58-91c2-ff4259f1c655",
    "match": "https://api-prod.gambitprofit.com/api/matches/3882861f-7ce4-4755-8e3d-170f4d0f082a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-24T12:58:15.700877-04: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": "Atlanta Braves",
                "amount": 7106.0
            },
            {
                "team": "Washington Nationals",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "2adc83a7-a575-45ed-ba13-0774fe4d7dd4",
            "gambit_id": "41298b8f-7932-4914-b038-79b83dcc5bfc",
            "last_updated": "2023-09-26T09:22:59.503096-04:00",
            "created_at": "2023-09-24T12:58:15.708301-04:00",
            "name": "Atlanta Braves",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9deffdff-93f7-4f58-91c2-ff4259f1c655/?format=api"
        },
        {
            "id": "554eea6b-22d3-4189-ab13-e554fca7f07f",
            "gambit_id": "897d57b7-790f-4b5f-b94f-8def315faf02",
            "last_updated": "2023-09-26T09:22:59.497265-04:00",
            "created_at": "2023-09-24T12:58:15.704678-04:00",
            "name": "Washington Nationals",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9deffdff-93f7-4f58-91c2-ff4259f1c655/?format=api"
        }
    ]
}