GET /api/bet_types/14ccc407-960d-4e17-a575-4edd4cbde55f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14ccc407-960d-4e17-a575-4edd4cbde55f",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b208866-1979-4b33-a361-277ef08def36/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-22T08:23:10.108979-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": "NYY (C Rodon)",
                "amount": 6232.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "67790980-dc48-46c9-a3bf-4e7dfa0906cf",
            "gambit_id": "7e26848a-a6ec-4ea2-bf43-eda09ce034ce",
            "last_updated": "2023-08-23T11:03:24.441641-04:00",
            "created_at": "2023-08-22T08:23:10.120365-04:00",
            "name": "NYY (C Rodon)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14ccc407-960d-4e17-a575-4edd4cbde55f/?format=api"
        },
        {
            "id": "ecfef91d-da2a-4637-8c77-a26b3eb8e4f0",
            "gambit_id": "c7a4f50c-4a4d-4448-84b6-cc1ef8b81ea5",
            "last_updated": "2023-08-23T11:03:24.438134-04:00",
            "created_at": "2023-08-22T08:23:10.114066-04:00",
            "name": "WAS (J Gray)",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14ccc407-960d-4e17-a575-4edd4cbde55f/?format=api"
        }
    ]
}