GET /api/bet_types/14247080-e600-4d47-9a4b-8156da780f71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14247080-e600-4d47-9a4b-8156da780f71",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5535d98-0753-4ee0-8e05-a8b8fe44f12a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:15.680368-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": "Vancouver Canucks",
                "amount": 7106.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "67ab0ac6-7040-4c6a-b2bf-3b7daf0acbab",
            "gambit_id": "1cc3cf68-b84c-4f2e-b310-8ab6c1861b8d",
            "last_updated": "2024-01-29T21:48:08.331866-05:00",
            "created_at": "2024-01-27T09:18:15.695595-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14247080-e600-4d47-9a4b-8156da780f71/?format=api"
        },
        {
            "id": "f51a71a5-bc63-44c4-8f43-5fc02961243a",
            "gambit_id": "b70858d7-f683-4a5b-a428-a4a9c3774bf1",
            "last_updated": "2024-01-29T21:48:08.328788-05:00",
            "created_at": "2024-01-27T09:18:15.690733-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14247080-e600-4d47-9a4b-8156da780f71/?format=api"
        }
    ]
}