GET /api/bet_types/0ae7014e-128f-4b15-9314-07d741cade62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ae7014e-128f-4b15-9314-07d741cade62",
    "match": "https://api-prod.gambitprofit.com/api/matches/316cf64a-47c0-4880-8533-aa01dea033bf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-09T09:48:12.974402-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": 5599.0
            },
            {
                "team": "TAM",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f0f999f-40c3-41a7-a899-2dc78065e621",
            "gambit_id": "ed6d7a5e-a5ea-48c1-80f4-e216f55e0ed9",
            "last_updated": "2023-06-11T10:23:03.734848-04:00",
            "created_at": "2023-06-09T09:48:12.980051-04:00",
            "name": "TEX",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ae7014e-128f-4b15-9314-07d741cade62/?format=api"
        },
        {
            "id": "1f85f973-4230-40a7-b2cc-135f61572363",
            "gambit_id": "842718c1-b7d3-4f05-9d3e-58630be16ff1",
            "last_updated": "2023-06-11T10:23:03.736900-04:00",
            "created_at": "2023-06-09T09:48:12.982139-04:00",
            "name": "TAM",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ae7014e-128f-4b15-9314-07d741cade62/?format=api"
        }
    ]
}