GET /api/bet_types/a202a127-4f07-4484-ad4d-4cb6db01c5c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a202a127-4f07-4484-ad4d-4cb6db01c5c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/30de7643-2f1a-472f-9411-d65176876720/?format=api",
    "name": "Pick the Winner",
    "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": "New York Giants",
                "amount": 5304.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "1948ecc3-3483-428a-8846-548f3f29b81b",
            "gambit_id": "9f0f7c0c-202d-4507-8c5f-821a0ddf7d90",
            "last_updated": "2022-09-27T09:27:22.020354-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a202a127-4f07-4484-ad4d-4cb6db01c5c1/?format=api"
        },
        {
            "id": "22241f66-4daa-42cb-b5f0-bd247f50c772",
            "gambit_id": "5c52df18-01d4-4337-8f42-dfc66de0d069",
            "last_updated": "2022-09-27T09:27:22.021530-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a202a127-4f07-4484-ad4d-4cb6db01c5c1/?format=api"
        }
    ]
}