GET /api/bet_types/f8f977ba-565b-4503-aa26-5e8f36b72d24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8f977ba-565b-4503-aa26-5e8f36b72d24",
    "match": "https://api-prod.gambitprofit.com/api/matches/2791b10b-b8a9-4804-8a8d-6b388bcd2064/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-10T10:03:10.527872-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": "CLE (T Bibee)",
                "amount": 5909.0
            },
            {
                "team": "LAA (K Rosenberg)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b7de11c-e3b0-4406-beac-a33d54fc3ec6",
            "gambit_id": "58cafe98-67bc-47b7-b61d-57cbaed076b0",
            "last_updated": "2023-09-12T11:23:02.261893-04:00",
            "created_at": "2023-09-10T10:03:10.532054-04:00",
            "name": "CLE (T Bibee)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f977ba-565b-4503-aa26-5e8f36b72d24/?format=api"
        },
        {
            "id": "d07a16d6-4dee-4db1-9b14-e7bf8ff11cdf",
            "gambit_id": "a6b5b9e9-c1c0-4f0c-bf7e-c8ae0cf71f3c",
            "last_updated": "2023-09-12T11:23:02.265397-04:00",
            "created_at": "2023-09-10T10:03:10.536751-04:00",
            "name": "LAA (K Rosenberg)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f977ba-565b-4503-aa26-5e8f36b72d24/?format=api"
        }
    ]
}