GET /api/bet_types/f1f6f106-7baf-4286-a6c7-09820e66e5d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1f6f106-7baf-4286-a6c7-09820e66e5d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1fa6bde-6645-4373-ba62-d965fdd9140f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-02T08:23:16.351076-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": 5688.0
            },
            {
                "team": "COL",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "676402d2-b6c5-45b4-ba8c-defc2fbb1a3e",
            "gambit_id": "7ede577e-7262-4674-b12e-930d9cad7817",
            "last_updated": "2023-08-09T12:08:06.528845-04:00",
            "created_at": "2023-08-02T08:23:16.356597-04:00",
            "name": "SDG",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f6f106-7baf-4286-a6c7-09820e66e5d5/?format=api"
        },
        {
            "id": "ae353de2-379e-4d6a-9c8b-261afe99bbd6",
            "gambit_id": "62512312-3e16-4aa1-9f8c-59ff285fe2b8",
            "last_updated": "2023-08-09T12:08:06.532303-04:00",
            "created_at": "2023-08-02T08:23:16.362997-04:00",
            "name": "COL",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f6f106-7baf-4286-a6c7-09820e66e5d5/?format=api"
        }
    ]
}