GET /api/bet_types/fa8993ea-81bb-4846-b3ef-f8741d8e56fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa8993ea-81bb-4846-b3ef-f8741d8e56fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/033b1f4f-e9f3-4327-ad8f-c05d57752dd7/?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": "SDG",
                "amount": 6025.0
            },
            {
                "team": "LOS",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "257da613-f6ff-4eb1-a71f-6278a5152413",
            "gambit_id": "bf10aba8-bcfb-4de0-98ce-d79dcda49289",
            "last_updated": "2022-10-15T09:07:25.977923-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa8993ea-81bb-4846-b3ef-f8741d8e56fd/?format=api"
        },
        {
            "id": "69e82725-39a5-4841-8d6e-68fcae04654d",
            "gambit_id": "28dbcfb8-fc95-447e-97ef-f57e8fb250fe",
            "last_updated": "2022-10-15T09:07:25.978899-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa8993ea-81bb-4846-b3ef-f8741d8e56fd/?format=api"
        }
    ]
}