GET /api/bet_types/ad2a44fc-a703-4f02-b633-80ec193fe6b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad2a44fc-a703-4f02-b633-80ec193fe6b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/35ebb900-ebd5-442e-99ac-b21d464f3c70/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-07T11:57:06.158518-04: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": "PIT",
                "amount": 5699.0
            },
            {
                "team": "TOR",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7d19456-0919-4fdc-aedd-86860bb706d5",
            "gambit_id": "8f30bc54-93e6-474e-bfea-e3242da220f9",
            "last_updated": "2023-05-08T11:47:09.454779-04:00",
            "created_at": "2023-05-07T11:57:06.160477-04:00",
            "name": "PIT",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad2a44fc-a703-4f02-b633-80ec193fe6b2/?format=api"
        },
        {
            "id": "e81e6e96-394e-4258-8cbe-a8486fb397f3",
            "gambit_id": "5d352964-73b3-4433-8e88-b4248d0eded2",
            "last_updated": "2023-05-08T11:47:09.456134-04:00",
            "created_at": "2023-05-07T11:57:06.162402-04:00",
            "name": "TOR",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad2a44fc-a703-4f02-b633-80ec193fe6b2/?format=api"
        }
    ]
}