GET /api/bet_types/1046e92b-8a8d-41dd-9817-971b7d0a30b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1046e92b-8a8d-41dd-9817-971b7d0a30b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/282d9f51-54d5-4a2c-a2de-ec8e614041a9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-03T08:48:01.821830-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": "Cleveland Cavaliers",
                "amount": 7872.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2128.0
            }
        ],
        "expected_reward_tokens": 9446.4,
        "profit_sb": -53.6,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "16363286-f78c-4f9e-b838-fd0b6b66111f",
            "gambit_id": "86037c5f-1f31-45c8-83cc-08909103946f",
            "last_updated": "2024-02-05T14:18:20.934524-05:00",
            "created_at": "2024-02-03T08:48:01.827507-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.20000",
            "odds": "1.21280",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1046e92b-8a8d-41dd-9817-971b7d0a30b0/?format=api"
        },
        {
            "id": "3adf6d6d-851c-49ed-aea3-18a540778da6",
            "gambit_id": "1af35040-f7db-4b9e-a0e3-df4a4faf2570",
            "last_updated": "2024-02-05T14:18:20.939002-05:00",
            "created_at": "2024-02-03T08:48:01.833546-05:00",
            "name": "San Antonio Spurs",
            "reward": "4.44000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1046e92b-8a8d-41dd-9817-971b7d0a30b0/?format=api"
        }
    ]
}