GET /api/bet_types/5c616020-9675-46d3-b867-a2a414aeb670/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c616020-9675-46d3-b867-a2a414aeb670",
    "match": "https://api-prod.gambitprofit.com/api/matches/40ce23cb-131f-4f2c-b1e5-f3475424e667/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-29T08:42:07.459721-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": "Charlotte Hornets D.N.B",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder D.N.B",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ef9bb9c-a50a-49a6-820b-27bd8e58cb56",
            "gambit_id": "da5b177a-eb79-455f-98e8-461dd3bd31ef",
            "last_updated": "2023-01-05T19:07:13.515612-05:00",
            "created_at": "2022-12-29T08:42:07.460925-05:00",
            "name": "Charlotte Hornets D.N.B",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c616020-9675-46d3-b867-a2a414aeb670/?format=api"
        },
        {
            "id": "4c080604-93ae-4c28-a6bd-edf49e85dd92",
            "gambit_id": "4fe6dd02-0793-4c6a-94b7-60e3fff9de31",
            "last_updated": "2023-01-05T19:07:13.516770-05:00",
            "created_at": "2022-12-29T08:42:07.462140-05:00",
            "name": "Oklahoma City Thunder D.N.B",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c616020-9675-46d3-b867-a2a414aeb670/?format=api"
        }
    ]
}