GET /api/bet_types/d5ea9ade-038f-4382-9845-89b2e81a453e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5ea9ade-038f-4382-9845-89b2e81a453e",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd3ea076-3eef-4133-b508-5dd58f66f9e6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-02T13:12:58.571207-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": "SDG",
                "amount": 5319.0
            },
            {
                "team": "COL",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3886f36-da35-4db5-8f9c-c3a863cf37a9",
            "gambit_id": "96c84cda-fbdb-4b97-9538-dfefd93a1f15",
            "last_updated": "2023-08-04T09:43:11.834093-04:00",
            "created_at": "2023-08-02T13:12:58.575797-04:00",
            "name": "SDG",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5ea9ade-038f-4382-9845-89b2e81a453e/?format=api"
        },
        {
            "id": "296683b9-01b4-4e4e-9469-16062a077691",
            "gambit_id": "1123cd3c-020a-4299-943a-24485c9c6493",
            "last_updated": "2023-08-04T09:43:11.838144-04:00",
            "created_at": "2023-08-02T13:12:58.580929-04:00",
            "name": "COL",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5ea9ade-038f-4382-9845-89b2e81a453e/?format=api"
        }
    ]
}