GET /api/bet_types/301599db-36ce-4b35-a7bf-7c9c7b6f26a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "301599db-36ce-4b35-a7bf-7c9c7b6f26a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c053a92-8863-415a-932c-5d1a6905ebd2/?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": "STL",
                "amount": 5205.0
            },
            {
                "team": "CHC",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "b3d482e3-1584-4910-895c-f3e468fdbc5b",
            "gambit_id": "db4cab9b-5e06-4935-80a8-8858794b08da",
            "last_updated": "2022-08-25T10:17:09.073268-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/301599db-36ce-4b35-a7bf-7c9c7b6f26a5/?format=api"
        },
        {
            "id": "7bb92a52-bef7-4ec8-b5e5-183a3a6ae684",
            "gambit_id": "224ac7d6-3aea-4008-a762-2a98453aaa40",
            "last_updated": "2022-08-25T10:17:09.072902-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/301599db-36ce-4b35-a7bf-7c9c7b6f26a5/?format=api"
        }
    ]
}