GET /api/bet_types/c9518156-010c-47be-a2c8-736581fd6d14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9518156-010c-47be-a2c8-736581fd6d14",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b5dea73-8499-442d-a416-86206b29a84f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "COL (G Marquez)",
                "amount": 5108.0
            },
            {
                "team": "TEX (D Dunning)",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": 294.8,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "57dd1c6f-3ccb-40cd-a8e5-007959d75d00",
            "gambit_id": "c34605bc-2a29-4e1f-bbe9-eda6bd0445ba",
            "last_updated": "2022-08-24T10:20:35.818745-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (G Marquez)",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9518156-010c-47be-a2c8-736581fd6d14/?format=api"
        },
        {
            "id": "ddd7af30-9f29-4eea-8bb2-6a380b6f0884",
            "gambit_id": "323de046-8877-4e7f-bd33-f999cfd2e455",
            "last_updated": "2022-08-24T10:20:35.819221-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (D Dunning)",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9518156-010c-47be-a2c8-736581fd6d14/?format=api"
        }
    ]
}