GET /api/bet_types/a33e1c5d-0dba-443b-b868-a7cff7c7ac08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a33e1c5d-0dba-443b-b868-a7cff7c7ac08",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee1eff52-d4be-436f-bdd4-9efe9d620195/?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": "HOU",
                "amount": 5489.0
            },
            {
                "team": "DET",
                "amount": 4511.0
            }
        ],
        "expected_reward_tokens": 9111.74,
        "profit_sb": 111.74,
        "profit_sb_percentage": 1.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "57ecf164-9ffa-4632-9cbe-5a8c4330dc4f",
            "gambit_id": "f91831be-ae71-4709-8cb7-974858e8d39f",
            "last_updated": "2022-09-13T22:52:04.851207-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a33e1c5d-0dba-443b-b868-a7cff7c7ac08/?format=api"
        },
        {
            "id": "abfa0913-3b9a-41dc-929c-a1186e9163e7",
            "gambit_id": "faa77cdd-62c8-4d60-be7b-2944b9f0869a",
            "last_updated": "2022-09-13T22:52:04.850257-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "2.02000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a33e1c5d-0dba-443b-b868-a7cff7c7ac08/?format=api"
        }
    ]
}