GET /api/bet_types/a24ab686-5da0-4142-b0d9-e35588d426bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a24ab686-5da0-4142-b0d9-e35588d426bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e495c91-2be7-42c4-b2ef-cf6c39471890/?format=api",
    "name": "Play the Odds",
    "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": "Atlanta Hawks",
                "amount": 5097.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1231a7b-f79a-4afa-bd40-5fee6399f91b",
            "gambit_id": "a7df41b5-a9b1-4352-bc29-303eb2842cd5",
            "last_updated": "2022-11-11T21:22:12.086039-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a24ab686-5da0-4142-b0d9-e35588d426bb/?format=api"
        },
        {
            "id": "f67b1dbe-3de6-480f-ad83-5703d14956b0",
            "gambit_id": "14ddb387-f12f-401e-ad4f-0963abaec013",
            "last_updated": "2022-11-11T21:22:12.086998-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a24ab686-5da0-4142-b0d9-e35588d426bb/?format=api"
        }
    ]
}