GET /api/bet_types/1ff7d6f9-72da-4f95-8688-9e7588b97058/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ff7d6f9-72da-4f95-8688-9e7588b97058",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd520a3c-e8cd-424b-833c-ee3a6f9afaa9/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-11T09:38:16.460719-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": "Vegas Golden Knights",
                "amount": 6611.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "5138dd3a-0915-44ba-a27c-b47fcf8e0d1d",
            "gambit_id": "427b8d1e-e83d-4f0c-b6b2-bc964e9c509d",
            "last_updated": "2024-01-15T09:43:15.546917-05:00",
            "created_at": "2024-01-11T09:38:16.469301-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ff7d6f9-72da-4f95-8688-9e7588b97058/?format=api"
        },
        {
            "id": "fac2f90b-917a-4fb8-bbdb-92b13dce624e",
            "gambit_id": "1bdbe2ae-69fd-4ba7-8b0f-ebbaec1de424",
            "last_updated": "2024-01-15T09:43:15.538634-05:00",
            "created_at": "2024-01-11T09:38:16.464282-05:00",
            "name": "Boston Bruins",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ff7d6f9-72da-4f95-8688-9e7588b97058/?format=api"
        }
    ]
}