GET /api/bet_types/fbaac2d7-8491-4b9c-abe2-19f1939c09db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbaac2d7-8491-4b9c-abe2-19f1939c09db",
    "match": "https://api-prod.gambitprofit.com/api/matches/75a6d5ee-e3fa-4762-9c6f-df94364bb1ba/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-03T08:07:18.471027-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea186f86-ede6-4415-b07a-3cda61f10be9",
            "gambit_id": "cce1e385-a8e9-40b5-94e8-a66885e28bee",
            "last_updated": "2023-03-04T16:22:14.340275-05:00",
            "created_at": "2023-03-03T08:07:18.472339-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbaac2d7-8491-4b9c-abe2-19f1939c09db/?format=api"
        },
        {
            "id": "867c7ad9-d6ed-46f9-a62c-5ecb1c44107e",
            "gambit_id": "75c3c907-eebd-479f-ba2a-7c646f953875",
            "last_updated": "2023-03-04T16:22:14.341409-05:00",
            "created_at": "2023-03-03T08:07:18.473663-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbaac2d7-8491-4b9c-abe2-19f1939c09db/?format=api"
        }
    ]
}