GET /api/bet_types/a4d6fb1d-d77d-4280-87f5-efbb88816370/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4d6fb1d-d77d-4280-87f5-efbb88816370",
    "match": "https://api-prod.gambitprofit.com/api/matches/83349f30-9018-4be1-a0bf-50b9ea8ba9cd/?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": "NYY (G Cole)",
                "amount": 6659.0
            },
            {
                "team": "BOS (R Hill)",
                "amount": 3341.0
            }
        ],
        "expected_reward_tokens": 9187.75,
        "profit_sb": 187.75,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "2187a1c1-85aa-474b-9a44-23656186f0a5",
            "gambit_id": "5e4319b3-26b7-4c2c-8767-1c59633c55fc",
            "last_updated": "2022-09-24T21:17:24.667633-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (G Cole)",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4d6fb1d-d77d-4280-87f5-efbb88816370/?format=api"
        },
        {
            "id": "e7ab07a8-3184-4c77-a1af-6544f4b8993b",
            "gambit_id": "10854ce5-0055-4e26-bb2c-b1bfb2335369",
            "last_updated": "2022-09-24T21:17:24.668628-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (R Hill)",
            "reward": "2.75000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4d6fb1d-d77d-4280-87f5-efbb88816370/?format=api"
        }
    ]
}