GET /api/bet_types/dc3a3f79-844f-44a5-a508-144772fb83d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc3a3f79-844f-44a5-a508-144772fb83d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0e62dee-9fa0-4708-bb94-9051b77be367/?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": "BAL (K Bradish)",
                "amount": 5216.0
            },
            {
                "team": "BOS (R Hill)",
                "amount": 4784.0
            }
        ],
        "expected_reward_tokens": 9232.32,
        "profit_sb": 232.32,
        "profit_sb_percentage": 2.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4e1392f-3ec1-414a-8b48-26b0cc7caab0",
            "gambit_id": "9870b434-ee58-4990-982b-b47385c1ecb9",
            "last_updated": "2022-09-12T11:02:19.332103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (K Bradish)",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc3a3f79-844f-44a5-a508-144772fb83d8/?format=api"
        },
        {
            "id": "a5e8b56b-3d57-4686-805f-4cc0ed23c117",
            "gambit_id": "becc2589-67f7-4570-b2bf-cc58ff6bf819",
            "last_updated": "2022-09-12T11:02:19.333430-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (R Hill)",
            "reward": "1.93000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc3a3f79-844f-44a5-a508-144772fb83d8/?format=api"
        }
    ]
}