GET /api/bet_types/d8585ca5-6b16-4626-bdc2-120049865170/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8585ca5-6b16-4626-bdc2-120049865170",
    "match": "https://api-prod.gambitprofit.com/api/matches/d320d1d8-de9c-4780-921e-aea709f0145c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:54.978631-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": "Washington Wizards",
                "amount": 6563.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e06614d-e230-4b09-b578-981bec0adeb3",
            "gambit_id": "3e443e2a-241e-4d49-8f3d-18ea1515c975",
            "last_updated": "2023-02-12T09:47:14.502866-05:00",
            "created_at": "2023-02-11T09:01:54.979867-05:00",
            "name": "Washington Wizards",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8585ca5-6b16-4626-bdc2-120049865170/?format=api"
        },
        {
            "id": "c906e7d4-f224-4eee-8d2a-91fe227a2937",
            "gambit_id": "dcda5e3e-c369-4726-86b0-f065d0c3e869",
            "last_updated": "2023-02-12T09:47:14.504012-05:00",
            "created_at": "2023-02-11T09:01:54.981130-05:00",
            "name": "Indiana Pacers",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8585ca5-6b16-4626-bdc2-120049865170/?format=api"
        }
    ]
}