GET /api/bet_types/be350d97-8d1e-4e44-b3ce-1553e771ee22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be350d97-8d1e-4e44-b3ce-1553e771ee22",
    "match": "https://api-prod.gambitprofit.com/api/matches/60447f02-ad14-4968-a8ff-1135d6e6f8bc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T09:07:01.742324-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "17815cca-d797-47be-bd6c-33a6265dd13b",
            "gambit_id": "5b2473e2-ab3d-49cd-a8fc-b82d76967947",
            "last_updated": "2023-02-24T12:32:15.024942-05:00",
            "created_at": "2023-02-23T09:07:01.745038-05:00",
            "name": "Detroit Pistons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be350d97-8d1e-4e44-b3ce-1553e771ee22/?format=api"
        },
        {
            "id": "9f2a0a76-0ece-445b-96b6-c0c466a9e839",
            "gambit_id": "c57e3581-b50a-4638-846b-f9cbd1a125cc",
            "last_updated": "2023-02-24T12:32:15.023745-05:00",
            "created_at": "2023-02-23T09:07:01.743657-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be350d97-8d1e-4e44-b3ce-1553e771ee22/?format=api"
        }
    ]
}