GET /api/bet_types/8fb3b945-9001-4672-807d-4277e182e2d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fb3b945-9001-4672-807d-4277e182e2d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e70e637c-2f19-428a-be6f-4a256dce83c6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "NYM (D Peterson)",
                "amount": 5515.0
            },
            {
                "team": "ATL (J Odorizzi)",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": 373.65,
        "profit_sb_percentage": 4.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "2d7373d9-c9a8-4c37-b87b-bb1d8f8fa1bf",
            "gambit_id": "78a91b4f-568c-4e3b-8860-181137ae531b",
            "last_updated": "2022-08-07T11:02:17.805621-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (D Peterson)",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fb3b945-9001-4672-807d-4277e182e2d0/?format=api"
        },
        {
            "id": "44f4e2b4-89d6-448c-b093-d78ff53328b7",
            "gambit_id": "cec619ea-f283-49c2-bbea-c84472216387",
            "last_updated": "2022-08-07T11:02:17.806075-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (J Odorizzi)",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fb3b945-9001-4672-807d-4277e182e2d0/?format=api"
        }
    ]
}