GET /api/bet_types/f01540c4-0d00-429d-8fb6-b541006b7649/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f01540c4-0d00-429d-8fb6-b541006b7649",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bb5b65d-d099-43ee-a0f0-0d2ca6d46453/?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": "Buffalo Bills",
                "amount": 6336.0
            },
            {
                "team": "New England Patriots",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "b44f077f-3641-41cf-b089-5175579a1e7a",
            "gambit_id": "686590a1-203a-46a1-a07e-fabedfda1bef",
            "last_updated": "2022-12-02T10:12:17.093755-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f01540c4-0d00-429d-8fb6-b541006b7649/?format=api"
        },
        {
            "id": "6875d9de-a1ba-4ce2-a10b-12025db40834",
            "gambit_id": "5f532b10-f13f-4abf-89f6-813d111f2cca",
            "last_updated": "2022-12-02T10:12:17.092637-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f01540c4-0d00-429d-8fb6-b541006b7649/?format=api"
        }
    ]
}