GET /api/bet_types/a458766c-558f-43b7-a0ec-265a89fe5d29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a458766c-558f-43b7-a0ec-265a89fe5d29",
    "match": "https://api-prod.gambitprofit.com/api/matches/184c6e6f-2afb-4f3e-828f-ba13bef75b64/?format=api",
    "name": "Play the Odds",
    "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",
                "amount": 5000.0
            },
            {
                "team": "Ohio",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": 400.0,
        "profit_sb_percentage": 4.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f1fcc4c-2ae8-43bf-acfa-bf13a92f1ea1",
            "gambit_id": "a903ffa5-6395-4d90-ba75-d534d2783972",
            "last_updated": "2022-11-02T21:12:12.784437-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a458766c-558f-43b7-a0ec-265a89fe5d29/?format=api"
        },
        {
            "id": "d509e08d-cc2d-4552-8421-6f9863686a19",
            "gambit_id": "eefef924-171c-4ed3-b959-06df3c94076f",
            "last_updated": "2022-11-02T21:12:12.783497-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a458766c-558f-43b7-a0ec-265a89fe5d29/?format=api"
        }
    ]
}