GET /api/bet_types/b7dd3bb5-32ef-44e1-9fe5-dae65dcae971/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7dd3bb5-32ef-44e1-9fe5-dae65dcae971",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e48487e-a0f6-4709-9d6c-5f6c1b6a482e/?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": "Dallas Cowboys",
                "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": "ed098c3d-b2b4-4cd2-aaf5-62749df6fcd8",
            "gambit_id": "956602d2-bdfb-4cf5-bf4d-312dbea2de7c",
            "last_updated": "2022-12-12T10:22:13.833106-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7dd3bb5-32ef-44e1-9fe5-dae65dcae971/?format=api"
        },
        {
            "id": "7572fa7d-5e7d-48b3-9d8e-26e6df0e0b25",
            "gambit_id": "977a44e2-7e01-4283-ade7-1607a0047eb0",
            "last_updated": "2022-12-12T10:22:13.834179-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7dd3bb5-32ef-44e1-9fe5-dae65dcae971/?format=api"
        }
    ]
}