GET /api/bet_types/30a2d0fa-a620-4768-9091-382fe686a6b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30a2d0fa-a620-4768-9091-382fe686a6b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/d990619d-e947-43eb-858e-c5c1300a7db6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T09:31:51.918883-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": "Winnipeg Jets",
                "amount": 5106.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "80dacc20-b688-4dcf-85c3-d7b9fa83c8f5",
            "gambit_id": "ce4f6bae-6ed3-45b4-ba7b-5c4b059bc944",
            "last_updated": "2023-01-25T14:12:08.791732-05:00",
            "created_at": "2023-01-24T09:31:51.921713-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30a2d0fa-a620-4768-9091-382fe686a6b7/?format=api"
        },
        {
            "id": "48b3107e-c572-4b49-a7ba-8238aa078520",
            "gambit_id": "6137ae82-0298-489f-8bb4-13280f9f0c4e",
            "last_updated": "2023-01-25T14:12:08.790664-05:00",
            "created_at": "2023-01-24T09:31:51.920268-05:00",
            "name": "Nashville Predators",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30a2d0fa-a620-4768-9091-382fe686a6b7/?format=api"
        }
    ]
}