GET /api/bet_types/9c6e552d-f6de-403f-b8f5-13f254659181/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c6e552d-f6de-403f-b8f5-13f254659181",
    "match": "https://api-prod.gambitprofit.com/api/matches/c93c717f-421b-4cc4-b59f-72364b36dc7d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-01T01:03:11.381222-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": "PIT",
                "amount": 6449.0
            },
            {
                "team": "STL",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "465c042c-b0d8-4547-ba25-dc83958170f9",
            "gambit_id": "9c1549a7-e567-4e75-9648-12fe2f8974f6",
            "last_updated": "2023-09-02T12:08:24.748437-04:00",
            "created_at": "2023-09-01T01:03:11.384460-04:00",
            "name": "PIT",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c6e552d-f6de-403f-b8f5-13f254659181/?format=api"
        },
        {
            "id": "987e1c76-5517-49a1-b3e4-0bd0ea24c6e7",
            "gambit_id": "30fb8047-114d-4579-9858-8f29cc0fced2",
            "last_updated": "2023-09-02T12:08:24.752252-04:00",
            "created_at": "2023-09-01T01:03:11.388697-04:00",
            "name": "STL",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c6e552d-f6de-403f-b8f5-13f254659181/?format=api"
        }
    ]
}