GET /api/bet_types/3108e7eb-c8db-43dd-8cce-cafa506d7c6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3108e7eb-c8db-43dd-8cce-cafa506d7c6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa15c1e9-3911-4fa6-882e-9cf9e50e1192/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-02T11:52:06.342534-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": "Seattle Kraken",
                "amount": 5939.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "53fe4255-066c-420d-baec-c7326d08c7fc",
            "gambit_id": "82f87856-f560-4dcb-8f95-972faa153ed3",
            "last_updated": "2023-05-03T12:12:15.582714-04:00",
            "created_at": "2023-05-02T11:52:06.345373-04:00",
            "name": "Seattle Kraken",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3108e7eb-c8db-43dd-8cce-cafa506d7c6e/?format=api"
        },
        {
            "id": "54124f26-8911-4cc4-8aad-e34c08eed388",
            "gambit_id": "a35c2bdd-aec3-434b-8aff-6c7564446a69",
            "last_updated": "2023-05-03T12:12:15.581073-04:00",
            "created_at": "2023-05-02T11:52:06.343890-04:00",
            "name": "Dallas Stars",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3108e7eb-c8db-43dd-8cce-cafa506d7c6e/?format=api"
        }
    ]
}