GET /api/bet_types/64e0d807-0225-4bd3-8f64-53074d1bc054/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64e0d807-0225-4bd3-8f64-53074d1bc054",
    "match": "https://api-prod.gambitprofit.com/api/matches/80dd6f97-3140-45ad-bdf8-39b57f4a75e8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-22T09:52:57.892529-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": "Nathaniel Wood",
                "amount": 6402.0
            },
            {
                "team": "Andre Fili",
                "amount": 3598.0
            }
        ],
        "expected_reward_tokens": 9282.84,
        "profit_sb": -217.16,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9817a22-7743-44d2-b853-9871501046e4",
            "gambit_id": "a8e3721f-7aed-4636-8ed9-c02592ae1c06",
            "last_updated": "2023-07-23T22:07:58.972226-04:00",
            "created_at": "2023-07-22T09:52:57.902102-04:00",
            "name": "Nathaniel Wood",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64e0d807-0225-4bd3-8f64-53074d1bc054/?format=api"
        },
        {
            "id": "3e4b1ea4-a69b-4542-8457-1c12b48b0175",
            "gambit_id": "426e7a8e-e601-434f-92ef-d13e089893ff",
            "last_updated": "2023-07-23T22:07:58.969038-04:00",
            "created_at": "2023-07-22T09:52:57.897231-04:00",
            "name": "Andre Fili",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64e0d807-0225-4bd3-8f64-53074d1bc054/?format=api"
        }
    ]
}