GET /api/bet_types/c7666b6c-7306-40ec-8fee-db47c039703f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7666b6c-7306-40ec-8fee-db47c039703f",
    "match": "https://api-prod.gambitprofit.com/api/matches/91584485-71d0-435c-97af-0cb4e5df5e8f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-26T11:52:14.857161-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fac539bf-fa97-44fd-b341-6668fa914120",
            "gambit_id": "e0d65147-5011-4327-9872-26062231ba17",
            "last_updated": "2023-05-29T11:47:16.253638-04:00",
            "created_at": "2023-05-26T11:52:14.859095-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7666b6c-7306-40ec-8fee-db47c039703f/?format=api"
        },
        {
            "id": "d69a2a8d-b523-445b-80d2-86653eebcc7a",
            "gambit_id": "de4375eb-1d8f-4df5-82e8-2658e55d9b9e",
            "last_updated": "2023-05-29T11:47:16.256239-04:00",
            "created_at": "2023-05-26T11:52:14.861296-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7666b6c-7306-40ec-8fee-db47c039703f/?format=api"
        }
    ]
}