GET /api/bet_types/37d6f0fc-cddb-4763-8c5d-a81dd747b712/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37d6f0fc-cddb-4763-8c5d-a81dd747b712",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6f008f0-6793-4ae8-9f15-54473b8d1011/?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": "Buffalo Sabres",
                "amount": 6920.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3080.0
            }
        ],
        "expected_reward_tokens": 9548.0,
        "profit_sb": 48.0,
        "profit_sb_percentage": 0.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "29c11158-7dd1-4cd0-b886-123f6e269062",
            "gambit_id": "7a4a9da1-8866-4699-9b56-804248780239",
            "last_updated": "2022-10-14T10:02:04.307182-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37d6f0fc-cddb-4763-8c5d-a81dd747b712/?format=api"
        },
        {
            "id": "1d31688e-386f-4f71-9685-6b4e48fbd666",
            "gambit_id": "f97de843-c768-4127-b720-4f882e94bc7d",
            "last_updated": "2022-10-14T10:02:04.308156-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "3.10000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37d6f0fc-cddb-4763-8c5d-a81dd747b712/?format=api"
        }
    ]
}