GET /api/bet_types/5df8d736-d2de-4a3b-a11c-15bbfb7b8970/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5df8d736-d2de-4a3b-a11c-15bbfb7b8970",
    "match": "https://api-prod.gambitprofit.com/api/matches/22ae1f6e-6f47-4901-b8b6-2775fba09a40/?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": "PHI (A Nola)",
                "amount": 5255.0
            },
            {
                "team": "NYM (C Bassitt)",
                "amount": 4745.0
            }
        ],
        "expected_reward_tokens": 9300.2,
        "profit_sb": 300.2,
        "profit_sb_percentage": 3.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "07628500-be3a-420d-a836-68daaef1faf9",
            "gambit_id": "421e9d12-b9aa-4470-997d-56d89b3302c9",
            "last_updated": "2022-08-20T12:07:02.472715-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (A Nola)",
            "reward": "1.77000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5df8d736-d2de-4a3b-a11c-15bbfb7b8970/?format=api"
        },
        {
            "id": "390c6802-afb3-4080-a437-92458f2beb38",
            "gambit_id": "452b868f-98c2-4d15-8583-ebb447d98936",
            "last_updated": "2022-08-20T12:07:02.473180-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (C Bassitt)",
            "reward": "1.96000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5df8d736-d2de-4a3b-a11c-15bbfb7b8970/?format=api"
        }
    ]
}