GET /api/bet_types/8b606bf8-5a64-4cd2-a44e-27ed30f60c2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b606bf8-5a64-4cd2-a44e-27ed30f60c2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd75ac67-eaad-4796-a06c-f3d0c89f78eb/?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": "Philadelphia Eagles",
                "amount": 5000.0
            },
            {
                "team": "Houston Texans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "229e4ae2-7c29-4e38-a639-8f6fb4616a31",
            "gambit_id": "0732cf06-5b04-46d3-9b2e-e9ee87927c2d",
            "last_updated": "2022-11-04T09:07:45.391963-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b606bf8-5a64-4cd2-a44e-27ed30f60c2e/?format=api"
        },
        {
            "id": "5340a91a-402e-4235-8704-b9d83ccd56bf",
            "gambit_id": "893eb05c-7f46-4e68-af5c-d034795ad150",
            "last_updated": "2022-11-04T09:07:45.391023-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b606bf8-5a64-4cd2-a44e-27ed30f60c2e/?format=api"
        }
    ]
}