GET /api/bet_types/3275ad99-170f-45b2-8f79-46509973d6c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3275ad99-170f-45b2-8f79-46509973d6c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f67e6057-0bcf-4aee-b695-a7ff2e596231/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T22:48:25.706352-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": "New Orleans Saints",
                "amount": 5784.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "08ec21fc-165c-4994-b54e-b63005554958",
            "gambit_id": "fb7f8a73-87ac-4f9f-bea2-d2f48d20f107",
            "last_updated": "2023-09-11T11:17:54.530731-04:00",
            "created_at": "2023-09-06T22:48:25.713947-04:00",
            "name": "New Orleans Saints",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3275ad99-170f-45b2-8f79-46509973d6c1/?format=api"
        },
        {
            "id": "b8755de4-e87c-4d7e-9791-7a8775d1c523",
            "gambit_id": "fc11b131-8a58-470c-a1bf-ffd6dc22c8b4",
            "last_updated": "2023-09-11T11:17:54.527107-04:00",
            "created_at": "2023-09-06T22:48:25.710164-04:00",
            "name": "Tennessee Titans",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3275ad99-170f-45b2-8f79-46509973d6c1/?format=api"
        }
    ]
}