GET /api/bet_types/a97a62c5-9989-4899-906b-b4da5f87ad8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a97a62c5-9989-4899-906b-b4da5f87ad8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/73200a02-f6bd-44fa-960a-7c0c18a902c7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T13:03:06.282990-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": "Kansas City Chiefs",
                "amount": 5000.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1def9513-bf49-493b-8db9-69d837ee81fc",
            "gambit_id": "b7e64e5c-5581-4e20-9327-2514fdf55652",
            "last_updated": "2023-08-21T19:58:16.710682-04:00",
            "created_at": "2023-08-17T13:03:06.286942-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a97a62c5-9989-4899-906b-b4da5f87ad8f/?format=api"
        },
        {
            "id": "1aafb440-0d17-4c57-ac70-8a93e848cf91",
            "gambit_id": "74c8c0b5-32f1-4c50-9d7a-2523db989715",
            "last_updated": "2023-08-21T19:58:16.714128-04:00",
            "created_at": "2023-08-17T13:03:06.290969-04:00",
            "name": "Arizona Cardinals",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a97a62c5-9989-4899-906b-b4da5f87ad8f/?format=api"
        }
    ]
}