GET /api/bet_types/56f7846e-6cf5-427a-8cdb-ea144f904f8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56f7846e-6cf5-427a-8cdb-ea144f904f8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/63d845f9-c3da-4216-b228-bae9be7973ad/?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": "CHC",
                "amount": 5969.0
            },
            {
                "team": "MIA",
                "amount": 4031.0
            }
        ],
        "expected_reward_tokens": 9190.68,
        "profit_sb": 190.68,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b73bdd6-fa3c-43cd-818f-d71bcc1e0dc6",
            "gambit_id": "2b4838e8-3b73-4313-be52-b8697cfbecc9",
            "last_updated": "2022-09-21T16:27:03.020741-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56f7846e-6cf5-427a-8cdb-ea144f904f8e/?format=api"
        },
        {
            "id": "ad58aab7-eaef-44b5-89d1-93710b1459ec",
            "gambit_id": "16175864-5210-4a3d-b624-490a860e2f23",
            "last_updated": "2022-09-21T16:27:03.019702-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56f7846e-6cf5-427a-8cdb-ea144f904f8e/?format=api"
        }
    ]
}