GET /api/bet_types/13c87e74-5586-45ed-a29a-64228c809344/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13c87e74-5586-45ed-a29a-64228c809344",
    "match": "https://api-prod.gambitprofit.com/api/matches/5aad486a-eb10-44e1-a880-2fb157f3a57c/?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": "New York Yankees",
                "amount": 5109.0
            },
            {
                "team": "Tampa Bay Rays",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "494126c2-75a8-49d8-a2f8-08d8852ca678",
            "gambit_id": "1634fbd7-9eb7-466e-ab98-07e141779503",
            "last_updated": "2022-08-16T14:02:08.387807-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Yankees",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13c87e74-5586-45ed-a29a-64228c809344/?format=api"
        },
        {
            "id": "2593ed4d-b2d5-48bd-b967-46c14486c2c0",
            "gambit_id": "06f09794-dfed-4c6b-bcc1-f3ba07de480e",
            "last_updated": "2022-08-16T14:02:08.388264-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Rays",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13c87e74-5586-45ed-a29a-64228c809344/?format=api"
        }
    ]
}