GET /api/bet_types/76a0814d-5984-467e-9fcc-f9178984f895/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76a0814d-5984-467e-9fcc-f9178984f895",
    "match": "https://api-prod.gambitprofit.com/api/matches/03382cdf-010c-4de2-b92a-e272901e2226/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-20T08:43:02.713364-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": "NYY (C Schmidt)",
                "amount": 5131.0
            },
            {
                "team": "BOS (J Winckowski)",
                "amount": 4869.0
            }
        ],
        "expected_reward_tokens": 9543.24,
        "profit_sb": 43.24,
        "profit_sb_percentage": 0.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "116dbc56-242e-4d5c-b62c-f01ee79cfacf",
            "gambit_id": "9c57f4b3-6db8-406b-ace0-19fbc57ce99a",
            "last_updated": "2023-08-21T19:43:20.247147-04:00",
            "created_at": "2023-08-20T08:43:02.733313-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "1.86000",
            "odds": "1.90090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76a0814d-5984-467e-9fcc-f9178984f895/?format=api"
        },
        {
            "id": "4efd6f31-3ef6-4e18-b68e-86c29528f5c0",
            "gambit_id": "20f1d0ac-b127-40c5-9639-3a70d9194b3d",
            "last_updated": "2023-08-21T19:43:20.243995-04:00",
            "created_at": "2023-08-20T08:43:02.717802-04:00",
            "name": "BOS (J Winckowski)",
            "reward": "1.96000",
            "odds": "2.01000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76a0814d-5984-467e-9fcc-f9178984f895/?format=api"
        }
    ]
}