GET /api/bet_types/5861ceb8-32fc-48de-8264-1fabe9c48f5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5861ceb8-32fc-48de-8264-1fabe9c48f5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e74f9db-fd73-4586-9ec4-a557aa000c88/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:06.602841-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": "Buffalo Sabres",
                "amount": 5863.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "f49a1a7d-01ba-4afe-89c7-ef3c53698281",
            "gambit_id": "04061d7f-0c71-4422-8554-deae96b18ed2",
            "last_updated": "2023-01-29T12:27:05.451665-05:00",
            "created_at": "2023-01-28T09:42:06.605352-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5861ceb8-32fc-48de-8264-1fabe9c48f5f/?format=api"
        },
        {
            "id": "5e147aa5-eac4-489c-9448-36e3312695ea",
            "gambit_id": "da1647b0-bacc-4e27-aa92-ed240712b5d3",
            "last_updated": "2023-01-29T12:27:05.450574-05:00",
            "created_at": "2023-01-28T09:42:06.604062-05:00",
            "name": "Minnesota Wild",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5861ceb8-32fc-48de-8264-1fabe9c48f5f/?format=api"
        }
    ]
}