GET /api/bet_types/ab7d65e6-c97e-480e-89a4-9eb2c884e850/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab7d65e6-c97e-480e-89a4-9eb2c884e850",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca599b88-5014-4d88-9499-e3ef20dbdaea/?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": "MIN (J Ryan)",
                "amount": 5308.0
            },
            {
                "team": "BOS (M Wacha)",
                "amount": 4692.0
            }
        ],
        "expected_reward_tokens": 9289.0,
        "profit_sb": 289.0,
        "profit_sb_percentage": 3.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3cc8054-5ddb-4580-95fa-dd3fe2c267d2",
            "gambit_id": "57a8bda7-e3a2-4f3a-b725-d29de3305339",
            "last_updated": "2022-09-01T10:42:05.069884-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (J Ryan)",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab7d65e6-c97e-480e-89a4-9eb2c884e850/?format=api"
        },
        {
            "id": "0b640f33-3f1a-4d98-995e-3ff874c869ed",
            "gambit_id": "b7901d3e-e0e0-402d-ac9f-b8626aad9443",
            "last_updated": "2022-09-01T10:42:05.069420-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (M Wacha)",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab7d65e6-c97e-480e-89a4-9eb2c884e850/?format=api"
        }
    ]
}