GET /api/bet_types/40e9510f-2df4-4336-a0b3-9a2c92804493/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40e9510f-2df4-4336-a0b3-9a2c92804493",
    "match": "https://api-prod.gambitprofit.com/api/matches/d94b213e-ab4a-42b8-99f4-16b1fe8ba0fd/?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": "NYM",
                "amount": 5676.0
            },
            {
                "team": "ATL",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "26824262-3571-4a76-8815-a70002c6385c",
            "gambit_id": "40552df4-a463-47ed-95e9-87dd1d41f058",
            "last_updated": "2022-08-17T09:27:03.274292-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40e9510f-2df4-4336-a0b3-9a2c92804493/?format=api"
        },
        {
            "id": "24bfef78-dce1-4eaf-95f9-bce64d822b6c",
            "gambit_id": "770baf50-0877-4359-a4b6-bbe59fe34aac",
            "last_updated": "2022-08-17T09:27:03.273836-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40e9510f-2df4-4336-a0b3-9a2c92804493/?format=api"
        }
    ]
}