GET /api/bet_types/ba571577-dc3e-4a1a-9835-3e3822117d6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba571577-dc3e-4a1a-9835-3e3822117d6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d469947-2f65-4cf0-9a05-59b9d5a27215/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-29T09:23:08.376755-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": "CWS",
                "amount": 5614.0
            },
            {
                "team": "SDG",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef3d322f-2bf3-40fb-b7ec-41a2750f7678",
            "gambit_id": "d69747cb-99ac-4114-abed-0950f403c6dd",
            "last_updated": "2023-09-30T10:53:14.778871-04:00",
            "created_at": "2023-09-29T09:23:08.388032-04:00",
            "name": "CWS",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba571577-dc3e-4a1a-9835-3e3822117d6b/?format=api"
        },
        {
            "id": "b436449f-dbe5-4f7a-8f74-959749b29c36",
            "gambit_id": "145631c1-1f38-46e9-9fb3-adfd4d619aa1",
            "last_updated": "2023-09-30T10:53:14.775632-04:00",
            "created_at": "2023-09-29T09:23:08.382759-04:00",
            "name": "SDG",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba571577-dc3e-4a1a-9835-3e3822117d6b/?format=api"
        }
    ]
}