GET /api/bet_types/e0afc67c-bdef-46d4-b3cd-0d9b5e4fd8dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0afc67c-bdef-46d4-b3cd-0d9b5e4fd8dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/89f5e1c4-3ba9-40b3-ba58-a2c9a911bb34/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T23:07:15.191311-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": "Houston",
                "amount": 5000.0
            },
            {
                "team": "Auburn",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "eae48ce9-6850-410c-954c-f32354e7f3d9",
            "gambit_id": "0c8b68ef-c8d1-4148-938f-16896b1a9a75",
            "last_updated": "2023-03-19T16:42:15.176111-04:00",
            "created_at": "2023-03-17T23:07:15.193054-04:00",
            "name": "Houston",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0afc67c-bdef-46d4-b3cd-0d9b5e4fd8dc/?format=api"
        },
        {
            "id": "2716482a-55e7-4ed9-9dec-d10230173291",
            "gambit_id": "a658f0cc-e671-4e2b-8aa8-d1b8b721f50a",
            "last_updated": "2023-03-19T16:42:15.177627-04:00",
            "created_at": "2023-03-17T23:07:15.195233-04:00",
            "name": "Auburn",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0afc67c-bdef-46d4-b3cd-0d9b5e4fd8dc/?format=api"
        }
    ]
}