GET /api/bet_types/18e01eff-726f-4b05-9e52-615d377e8f13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18e01eff-726f-4b05-9e52-615d377e8f13",
    "match": "https://api-prod.gambitprofit.com/api/matches/862c4050-b12b-4054-b99c-dd6dd886fc01/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-23T09:43:23.399687-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 York Rangers",
                "amount": 5512.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "530a1fa1-d7da-4ca1-acfe-b39fdddcfca1",
            "gambit_id": "fb223603-ea95-4c28-b95e-8f69731c6930",
            "last_updated": "2024-01-24T22:23:12.892459-05:00",
            "created_at": "2024-01-23T09:43:23.404221-05:00",
            "name": "New York Rangers",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18e01eff-726f-4b05-9e52-615d377e8f13/?format=api"
        },
        {
            "id": "6072fadd-a0f1-4f06-bcdf-7c38527acee3",
            "gambit_id": "591ff72c-312f-4aef-8a63-d26280b65dba",
            "last_updated": "2024-01-24T22:23:12.895891-05:00",
            "created_at": "2024-01-23T09:43:23.409734-05:00",
            "name": "San Jose Sharks",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18e01eff-726f-4b05-9e52-615d377e8f13/?format=api"
        }
    ]
}