GET /api/bet_types/3f2b4e1d-dce6-4f3a-8cc6-9edc080676ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f2b4e1d-dce6-4f3a-8cc6-9edc080676ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/55b2cc19-026c-4e41-8af7-b5145627a42e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-21T09:13:03.736229-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": "Tampa Bay Lightning",
                "amount": 5213.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "985f98fb-cd10-4c10-ae2b-6fe2d0f08f64",
            "gambit_id": "e6a6fd90-1c80-46ae-b487-cda4527360a8",
            "last_updated": "2023-12-23T14:58:21.458131-05:00",
            "created_at": "2023-12-21T09:13:03.744600-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f2b4e1d-dce6-4f3a-8cc6-9edc080676ce/?format=api"
        },
        {
            "id": "0c058638-1f3e-43b7-a44c-d47cd427a8d4",
            "gambit_id": "94f5c976-144c-4ad2-9a32-efc5857055b7",
            "last_updated": "2023-12-23T14:58:21.454816-05:00",
            "created_at": "2023-12-21T09:13:03.740304-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f2b4e1d-dce6-4f3a-8cc6-9edc080676ce/?format=api"
        }
    ]
}