GET /api/bet_types/4337aea9-116b-46f3-b5ab-48444ac18e3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4337aea9-116b-46f3-b5ab-48444ac18e3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/231b4efc-0c8f-4466-b4eb-3608af73f129/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-16T12:17:27.361473-04: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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7bf04c6-7f83-48ee-a4a0-1a9f4666a226",
            "gambit_id": "b6ffd11d-6a6d-4c31-881f-6a131863f7ed",
            "last_updated": "2023-04-18T12:12:06.540076-04:00",
            "created_at": "2023-04-16T12:17:27.363865-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4337aea9-116b-46f3-b5ab-48444ac18e3f/?format=api"
        },
        {
            "id": "83f039a6-6696-41a0-b090-0b64bbda9924",
            "gambit_id": "5102ea94-b0d4-439b-be21-3676713b731c",
            "last_updated": "2023-04-18T12:12:06.542125-04:00",
            "created_at": "2023-04-16T12:17:27.366336-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4337aea9-116b-46f3-b5ab-48444ac18e3f/?format=api"
        }
    ]
}