GET /api/bet_types/60c3f914-6338-4ff9-bdce-ad2b72a11cd3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60c3f914-6338-4ff9-bdce-ad2b72a11cd3",
    "match": "https://api-prod.gambitprofit.com/api/matches/5074b83e-bfc2-42de-92ec-82bbb32b1d78/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-07T11:36:55.634627-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "99514224-b038-44bc-91c6-ca90b851b185",
            "gambit_id": "c8d1007c-a458-4007-aed1-496cb76c3ca6",
            "last_updated": "2023-04-08T20:47:05.160817-04:00",
            "created_at": "2023-04-07T11:36:55.636423-04:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60c3f914-6338-4ff9-bdce-ad2b72a11cd3/?format=api"
        },
        {
            "id": "c6cd58e0-569c-44b0-b6e1-cb63441e9c59",
            "gambit_id": "fa78e55a-bc9f-40df-9c02-44e0d7857bbd",
            "last_updated": "2023-04-08T20:47:05.163523-04:00",
            "created_at": "2023-04-07T11:36:55.638442-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60c3f914-6338-4ff9-bdce-ad2b72a11cd3/?format=api"
        }
    ]
}