GET /api/bet_types/c8725a35-b9e2-4de3-9c0e-8f01ead00210/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8725a35-b9e2-4de3-9c0e-8f01ead00210",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c2636b4-27a4-40f6-aa5e-235c238aad55/?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": "PHI",
                "amount": 5499.0
            },
            {
                "team": "PIT",
                "amount": 4501.0
            }
        ],
        "expected_reward_tokens": 9182.04,
        "profit_sb": 182.04,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "be214a2f-3532-40f6-b7fb-13bdef471219",
            "gambit_id": "567864d5-cc52-4f41-8a2a-28594fe5b278",
            "last_updated": "2022-08-27T12:42:05.956540-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8725a35-b9e2-4de3-9c0e-8f01ead00210/?format=api"
        },
        {
            "id": "c545f6e2-b0fa-43da-aa23-5e1f8d0ddf1f",
            "gambit_id": "c82219a7-a969-4323-8bfe-13e7f4a32843",
            "last_updated": "2022-08-27T12:42:05.956987-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8725a35-b9e2-4de3-9c0e-8f01ead00210/?format=api"
        }
    ]
}