GET /api/bet_types/7ab9814d-2ecf-44b2-b282-a069ef9bfd05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ab9814d-2ecf-44b2-b282-a069ef9bfd05",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f338f06-b744-466a-856a-8734401ad4b8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-26T10:56:57.413097-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": "New Jersey Devils",
                "amount": 5212.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "6336e953-04cc-4567-bdf2-155a1d4a1801",
            "gambit_id": "cb2a3cc3-564d-4b34-ba4d-69b5854b0013",
            "last_updated": "2023-01-27T10:17:15.262322-05:00",
            "created_at": "2023-01-26T10:56:57.416982-05:00",
            "name": "New Jersey Devils",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ab9814d-2ecf-44b2-b282-a069ef9bfd05/?format=api"
        },
        {
            "id": "f3585168-f6a0-418c-a223-215d1090c06e",
            "gambit_id": "eeeeb582-263a-4876-834c-82c9b5160d12",
            "last_updated": "2023-01-27T10:17:15.261051-05:00",
            "created_at": "2023-01-26T10:56:57.415051-05:00",
            "name": "Nashville Predators",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ab9814d-2ecf-44b2-b282-a069ef9bfd05/?format=api"
        }
    ]
}