GET /api/bet_types/5b7b659c-85b0-416f-9916-2d40249cb8a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b7b659c-85b0-416f-9916-2d40249cb8a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/41fe45d7-266b-470a-bd8f-353589682375/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-01T01:03:11.150846-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": "BOS",
                "amount": 5319.0
            },
            {
                "team": "KAN",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e26cdc10-cb9f-4462-b679-58312aadd2dd",
            "gambit_id": "db724613-8e1f-4440-8d80-68bc52afbc4a",
            "last_updated": "2023-09-02T17:23:07.966091-04:00",
            "created_at": "2023-09-01T01:03:11.154413-04:00",
            "name": "BOS",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b7b659c-85b0-416f-9916-2d40249cb8a8/?format=api"
        },
        {
            "id": "c85e871e-2309-4481-ab2e-34075241e825",
            "gambit_id": "a5e1e39e-f297-4c48-9048-6c00d3f41268",
            "last_updated": "2023-09-02T17:23:07.969665-04:00",
            "created_at": "2023-09-01T01:03:11.158728-04:00",
            "name": "KAN",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b7b659c-85b0-416f-9916-2d40249cb8a8/?format=api"
        }
    ]
}