GET /api/bet_types/470b53a0-4e71-41ba-9703-1d0777d3a74d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "470b53a0-4e71-41ba-9703-1d0777d3a74d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eb19bc5-812f-43f3-b112-2f8fb985067f/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:54.366197-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": 6099.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3901.0
            }
        ],
        "expected_reward_tokens": 9087.51,
        "profit_sb": 87.51,
        "profit_sb_percentage": 0.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "64918d1e-8de9-40f6-a1f6-9ada25b83fba",
            "gambit_id": "d23ed85d-35d3-4a05-9774-d17943bc11ba",
            "last_updated": "2022-12-25T18:07:05.343830-05:00",
            "created_at": "2022-12-23T09:06:54.368510-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/470b53a0-4e71-41ba-9703-1d0777d3a74d/?format=api"
        },
        {
            "id": "83895a56-c52c-4c95-9daf-61e2843977a1",
            "gambit_id": "5a6b5114-9b64-4748-94e0-af12a7f04fa4",
            "last_updated": "2022-12-25T18:07:05.342761-05:00",
            "created_at": "2022-12-23T09:06:54.367321-05:00",
            "name": "Washington Capitals",
            "reward": "2.33000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/470b53a0-4e71-41ba-9703-1d0777d3a74d/?format=api"
        }
    ]
}