GET /api/bet_types/6e392a02-510f-4a1d-a43c-bf12476a30a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e392a02-510f-4a1d-a43c-bf12476a30a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/037e2ab4-62e9-4c0d-b0a4-838bf440c5ee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-26T12:02:11.564134-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": "SEA (L Gilbert)",
                "amount": 5234.0
            },
            {
                "team": "PHI (T Walker)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "51707902-cde1-4e40-bcd4-39dce59b8aa5",
            "gambit_id": "cef79e1c-b098-448e-85ff-29320b04294c",
            "last_updated": "2023-04-27T11:52:09.482524-04:00",
            "created_at": "2023-04-26T12:02:11.569263-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e392a02-510f-4a1d-a43c-bf12476a30a9/?format=api"
        },
        {
            "id": "7cbdc399-0972-407c-b663-2ce416548627",
            "gambit_id": "ff085ef1-d357-49bc-87fb-cec91c88ce2b",
            "last_updated": "2023-04-27T11:52:09.480441-04:00",
            "created_at": "2023-04-26T12:02:11.567144-04:00",
            "name": "PHI (T Walker)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e392a02-510f-4a1d-a43c-bf12476a30a9/?format=api"
        }
    ]
}