GET /api/bet_types/e745bf05-088b-40d0-957a-9fc43f8b0bbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e745bf05-088b-40d0-957a-9fc43f8b0bbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/4bef21e1-43db-4a48-9aa8-cba729d9e15a/?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": "Kansas City Chiefs",
                "amount": 5208.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "fe3e9bcc-20bb-4b1b-9584-7c8f75ca9096",
            "gambit_id": "524e15f7-f460-450b-bad6-4d6ca8cf85a6",
            "last_updated": "2022-12-05T15:22:04.748586-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e745bf05-088b-40d0-957a-9fc43f8b0bbd/?format=api"
        },
        {
            "id": "fbb4f5a3-46aa-4951-b72b-481e1b56a240",
            "gambit_id": "1008a237-527a-4550-94e9-5478b472560e",
            "last_updated": "2022-12-05T15:22:04.747372-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e745bf05-088b-40d0-957a-9fc43f8b0bbd/?format=api"
        }
    ]
}