GET /api/bet_types/ec088815-801c-4e59-968b-0086c03420c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec088815-801c-4e59-968b-0086c03420c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/87a073cc-e6f7-4936-9a6b-8508a8ad7cb6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-26T11:58:18.101780-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 Orleans Pelicans",
                "amount": 5107.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c00bac8f-5239-4dc1-a1a7-3455dcfe0959",
            "gambit_id": "d295ca71-86d0-483c-8ef6-861b89c53c36",
            "last_updated": "2023-12-27T13:17:58.786018-05:00",
            "created_at": "2023-12-26T11:58:18.109832-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec088815-801c-4e59-968b-0086c03420c4/?format=api"
        },
        {
            "id": "9351728b-c9cd-4ef6-a528-e0a1bf976496",
            "gambit_id": "3bde295c-2a17-4c96-a37f-b5605de28b07",
            "last_updated": "2023-12-27T13:17:58.782626-05:00",
            "created_at": "2023-12-26T11:58:18.105952-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec088815-801c-4e59-968b-0086c03420c4/?format=api"
        }
    ]
}