GET /api/bet_types/5d63161a-b9ad-489a-9561-88ca9d6b1711/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d63161a-b9ad-489a-9561-88ca9d6b1711",
    "match": "https://api-prod.gambitprofit.com/api/matches/df1fd757-a5f0-4418-a63e-36e8a057e062/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-08T08:28:07.515647-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": "BAL",
                "amount": 5857.0
            },
            {
                "team": "HOU",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c8fcaa8-5779-40c3-8bcd-fed363f99cfa",
            "gambit_id": "41064474-d575-4f57-8dbf-bd14f32b8c38",
            "last_updated": "2023-08-10T10:23:24.769470-04:00",
            "created_at": "2023-08-08T08:28:07.526947-04:00",
            "name": "BAL",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d63161a-b9ad-489a-9561-88ca9d6b1711/?format=api"
        },
        {
            "id": "31fec7ac-7876-4d47-a2c2-cb6191d55cc5",
            "gambit_id": "522a9f57-69c2-47e2-97d5-a9c72fda596b",
            "last_updated": "2023-08-10T10:23:24.764639-04:00",
            "created_at": "2023-08-08T08:28:07.521329-04:00",
            "name": "HOU",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d63161a-b9ad-489a-9561-88ca9d6b1711/?format=api"
        }
    ]
}