GET /api/bet_types/61c07cec-bc6c-42aa-9c50-e6124daec79e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61c07cec-bc6c-42aa-9c50-e6124daec79e",
    "match": "https://api-prod.gambitprofit.com/api/matches/69d036c9-c40a-4242-981c-5a16f99d0e7d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-11T11:17:07.352466-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": "Phoenix Suns",
                "amount": 5107.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c90497c-645f-41e8-a89b-0088821b64ed",
            "gambit_id": "4100df15-2a20-4b75-a756-29220c802f06",
            "last_updated": "2023-05-14T10:57:11.954514-04:00",
            "created_at": "2023-05-11T11:17:07.355467-04:00",
            "name": "Phoenix Suns",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61c07cec-bc6c-42aa-9c50-e6124daec79e/?format=api"
        },
        {
            "id": "84a33632-4a60-4a57-8820-c0b3e512844b",
            "gambit_id": "2ba74728-6512-4e60-b77c-8c2efc12691c",
            "last_updated": "2023-05-14T10:57:11.953284-04:00",
            "created_at": "2023-05-11T11:17:07.354008-04:00",
            "name": "Denver Nuggets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61c07cec-bc6c-42aa-9c50-e6124daec79e/?format=api"
        }
    ]
}