GET /api/bet_types/4d19622a-39f4-4f78-976e-d8c6fb74c18b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d19622a-39f4-4f78-976e-d8c6fb74c18b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5cd6c26-7390-49b9-82cb-34949c1d3d9e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-03T08:53:18.674590-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": "Columbus Blue Jackets",
                "amount": 5107.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8da3bfd1-36c3-45de-b2b7-ae29a8df8a9d",
            "gambit_id": "ef4aafdc-3b61-466c-83bf-514cacd137cc",
            "last_updated": "2023-12-05T21:23:20.940191-05:00",
            "created_at": "2023-12-03T08:53:18.678679-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d19622a-39f4-4f78-976e-d8c6fb74c18b/?format=api"
        },
        {
            "id": "7ab1c85a-4b56-427f-aefe-a31b161b7fa3",
            "gambit_id": "aaac4075-0aa7-4f5a-9c74-a1b085af3acd",
            "last_updated": "2023-12-05T21:23:20.943552-05:00",
            "created_at": "2023-12-03T08:53:18.682418-05:00",
            "name": "Boston Bruins",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d19622a-39f4-4f78-976e-d8c6fb74c18b/?format=api"
        }
    ]
}