GET /api/bet_types/add0f747-d6ff-4615-8001-4be81ec7dc98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "add0f747-d6ff-4615-8001-4be81ec7dc98",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c93bee9-1b02-401c-a604-1a686c387075/?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": "COL",
                "amount": 5204.0
            },
            {
                "team": "ARI",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "f586f685-05b2-4544-b963-dbd5c8b5c7b4",
            "gambit_id": "eb103a85-e167-4aa0-bfe6-f72df46fabfe",
            "last_updated": "2022-08-14T13:36:50.202085-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/add0f747-d6ff-4615-8001-4be81ec7dc98/?format=api"
        },
        {
            "id": "dfa1a29c-021b-47b4-8edf-2e6e1eecd032",
            "gambit_id": "e76bcb02-0c68-4f18-b84a-530f2f59a8d6",
            "last_updated": "2022-08-14T13:36:50.202470-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/add0f747-d6ff-4615-8001-4be81ec7dc98/?format=api"
        }
    ]
}