GET /api/bet_types/cd633044-08bb-44b6-961f-fb10b23d213c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd633044-08bb-44b6-961f-fb10b23d213c",
    "match": "https://api-prod.gambitprofit.com/api/matches/51bb5da6-048a-437f-b08a-092c7aea3d67/?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": "Indiana",
                "amount": 5000.0
            },
            {
                "team": "Maryland",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "683d761e-22f8-46d8-8e17-b646edf5200b",
            "gambit_id": "c871b9df-3bb4-41f7-b55a-2af198606e45",
            "last_updated": "2022-10-17T09:37:01.156890-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd633044-08bb-44b6-961f-fb10b23d213c/?format=api"
        },
        {
            "id": "eb7e4ec6-08ba-455a-b3c3-19a85f4dac23",
            "gambit_id": "17e8dff2-6fa6-47b3-a29c-e944c7b077fa",
            "last_updated": "2022-10-17T09:37:01.158022-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd633044-08bb-44b6-961f-fb10b23d213c/?format=api"
        }
    ]
}