GET /api/bet_types/0c3adbb2-192e-44b6-95ed-159a39b81970/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c3adbb2-192e-44b6-95ed-159a39b81970",
    "match": "https://api-prod.gambitprofit.com/api/matches/42aaf537-c547-4a8e-843d-e3750dd00480/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-30T13:13:10.159466-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": "Minnesota Twins",
                "amount": 5325.0
            },
            {
                "team": "Colorado Rockies",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b5ce2ca-2739-4309-8b01-2a084e284561",
            "gambit_id": "0a7be2ee-7aa4-4ada-aa24-24ba1f93e56f",
            "last_updated": "2023-10-02T10:38:23.753093-04:00",
            "created_at": "2023-09-30T13:13:10.163484-04:00",
            "name": "Minnesota Twins",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c3adbb2-192e-44b6-95ed-159a39b81970/?format=api"
        },
        {
            "id": "11096887-a45b-457b-a41f-29b1f6e5d466",
            "gambit_id": "9916c501-8d8b-43f8-8d5d-672cc03fe921",
            "last_updated": "2023-10-02T10:38:23.756431-04:00",
            "created_at": "2023-09-30T13:13:10.167870-04:00",
            "name": "Colorado Rockies",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c3adbb2-192e-44b6-95ed-159a39b81970/?format=api"
        }
    ]
}