GET /api/bet_types/e1229e6d-1d87-4fad-98c1-47e5998f655e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1229e6d-1d87-4fad-98c1-47e5998f655e",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd96b32e-4d25-4d9f-a879-20e63d02e654/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Buffalo Sabres",
                "amount": 6114.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "37bda73d-6aae-4bdd-885f-6554a96ad866",
            "gambit_id": "7b3b3ef3-782c-46af-9a22-02b017d96a5f",
            "last_updated": "2022-11-11T21:37:27.307375-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1229e6d-1d87-4fad-98c1-47e5998f655e/?format=api"
        },
        {
            "id": "1bd40adc-d1cc-4d6d-8d4f-5b6e1e1d04f6",
            "gambit_id": "ca01e9d3-5052-46fc-8884-064f894a23f5",
            "last_updated": "2022-11-11T21:37:27.308317-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1229e6d-1d87-4fad-98c1-47e5998f655e/?format=api"
        }
    ]
}