GET /api/bet_types/8208ce52-d971-4e52-86c8-fc3e5c3618a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8208ce52-d971-4e52-86c8-fc3e5c3618a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3d82493-fba3-4246-82a5-3d16c6a4597a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-08T08:28:09.731951-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": "TEX",
                "amount": 5688.0
            },
            {
                "team": "OAK",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa719dd6-777c-45c1-ba96-d9e86cf7a3cc",
            "gambit_id": "e3e4b4bf-c3f9-42de-a741-28c6a1972913",
            "last_updated": "2023-08-10T10:18:24.476463-04:00",
            "created_at": "2023-08-08T08:28:09.736044-04:00",
            "name": "TEX",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8208ce52-d971-4e52-86c8-fc3e5c3618a7/?format=api"
        },
        {
            "id": "1cb25817-7ec5-41a2-8ff9-5f9b5398f4a0",
            "gambit_id": "1f7f9410-64f2-4ed4-9307-a42a5c250fb2",
            "last_updated": "2023-08-10T10:18:24.479926-04:00",
            "created_at": "2023-08-08T08:28:09.741579-04:00",
            "name": "OAK",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8208ce52-d971-4e52-86c8-fc3e5c3618a7/?format=api"
        }
    ]
}