GET /api/bet_types/e53331c0-c3cf-4e53-989d-e0faef55c89d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e53331c0-c3cf-4e53-989d-e0faef55c89d",
    "match": "https://api-prod.gambitprofit.com/api/matches/214a94d0-a9ae-46e2-8a4a-0fb46f13cbbd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T09:37:10.200298-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": "New Jersey Devils",
                "amount": 5699.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "837634da-9912-47f8-a61e-956bbf4192ce",
            "gambit_id": "9e3b84f0-6ac8-4d05-9581-a22527834d65",
            "last_updated": "2023-03-15T14:02:06.615424-04:00",
            "created_at": "2023-03-14T09:37:10.201734-04:00",
            "name": "New Jersey Devils",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e53331c0-c3cf-4e53-989d-e0faef55c89d/?format=api"
        },
        {
            "id": "a18383e6-db1e-49c4-a269-13eefee09df2",
            "gambit_id": "d94d74f8-0fa2-4170-8561-5a7ffda750d0",
            "last_updated": "2023-03-15T14:02:06.616460-04:00",
            "created_at": "2023-03-14T09:37:10.203286-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e53331c0-c3cf-4e53-989d-e0faef55c89d/?format=api"
        }
    ]
}