GET /api/bet_types/1beeb232-6e84-4d62-96c3-e045535d46d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1beeb232-6e84-4d62-96c3-e045535d46d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/8dd91a5a-9fbc-4227-8efe-3b65f90e87d7/?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": "DET",
                "amount": 5204.0
            },
            {
                "team": "CLE",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "3c7622db-3c2d-47d6-a94b-762988506da6",
            "gambit_id": "36725d64-bfa6-47e8-aa31-42c73560d1d6",
            "last_updated": "2022-08-11T09:42:08.967143-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1beeb232-6e84-4d62-96c3-e045535d46d5/?format=api"
        },
        {
            "id": "cf1ae7ca-162c-4af3-9cb4-791bea8a19ea",
            "gambit_id": "b3baef91-0e9f-4ef9-b69c-2b86673b49ed",
            "last_updated": "2022-08-11T09:42:08.967606-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1beeb232-6e84-4d62-96c3-e045535d46d5/?format=api"
        }
    ]
}