GET /api/bet_types/532a7b54-7861-4590-b026-ee76a7ab82b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "532a7b54-7861-4590-b026-ee76a7ab82b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca10fb66-5013-4547-8b98-c546ee3d00a5/?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": "South Carolina",
                "amount": 7824.0
            },
            {
                "team": "Georgia State",
                "amount": 2176.0
            }
        ],
        "expected_reward_tokens": 9310.56,
        "profit_sb": 310.56,
        "profit_sb_percentage": 3.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "46bce48d-465c-43ee-b235-b38a44897943",
            "gambit_id": "6c427368-8562-437e-b781-0de1bcb1e779",
            "last_updated": "2022-09-05T09:37:18.868334-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "1.19000",
            "odds": "1.21280",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/532a7b54-7861-4590-b026-ee76a7ab82b1/?format=api"
        },
        {
            "id": "a32341e2-10ec-45c6-8404-66a03fbbce54",
            "gambit_id": "2148b385-ac1f-4ec1-a185-e68cbd9a9e4b",
            "last_updated": "2022-09-05T09:37:18.869448-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "4.28000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/532a7b54-7861-4590-b026-ee76a7ab82b1/?format=api"
        }
    ]
}