GET /api/bet_types/75e676c9-7b39-439f-b82a-59894abe5615/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75e676c9-7b39-439f-b82a-59894abe5615",
    "match": "https://api-prod.gambitprofit.com/api/matches/7734a897-c4ea-4b01-b02b-13042e8d8271/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-12T10:17:04.597206-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 Pelicans",
                "amount": 5784.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "efbc7876-383d-475d-b954-5fcadd8e2afb",
            "gambit_id": "6f354f6d-84f0-4fd8-adc0-aa361998dae7",
            "last_updated": "2023-03-13T19:02:14.677526-04:00",
            "created_at": "2023-03-12T10:17:04.598571-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75e676c9-7b39-439f-b82a-59894abe5615/?format=api"
        },
        {
            "id": "c6f55177-676d-49ee-aa3b-100693a1de15",
            "gambit_id": "0599ec6a-879d-4a64-9021-e04106de67ed",
            "last_updated": "2023-03-13T19:02:14.678913-04:00",
            "created_at": "2023-03-12T10:17:04.600294-04:00",
            "name": "Portland Trail Blazers",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75e676c9-7b39-439f-b82a-59894abe5615/?format=api"
        }
    ]
}