GET /api/bet_types/bc491b75-8940-41f5-8fe6-406bd390f78b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc491b75-8940-41f5-8fe6-406bd390f78b",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd251fd6-3c6d-47e8-87ea-5bab0f065efb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-30T08:58:11.270738-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": "PIT",
                "amount": 5614.0
            },
            {
                "team": "MIA",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2e401c3-dfcb-4b6c-8b24-78f7fbca3c22",
            "gambit_id": "97fece65-b758-48bf-8445-b035deaa0140",
            "last_updated": "2023-10-02T10:48:24.325239-04:00",
            "created_at": "2023-09-30T08:58:11.287885-04:00",
            "name": "PIT",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc491b75-8940-41f5-8fe6-406bd390f78b/?format=api"
        },
        {
            "id": "badc9f2b-735e-4a66-9757-879a89fa1619",
            "gambit_id": "70485b2e-77de-4429-ab05-ebaafc852c26",
            "last_updated": "2023-10-02T10:48:24.321994-04:00",
            "created_at": "2023-09-30T08:58:11.279890-04:00",
            "name": "MIA",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc491b75-8940-41f5-8fe6-406bd390f78b/?format=api"
        }
    ]
}