GET /api/bet_types/f6c3c7ab-9a74-475f-bce2-7c396c216951/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6c3c7ab-9a74-475f-bce2-7c396c216951",
    "match": "https://api-prod.gambitprofit.com/api/matches/65a8db07-c982-4041-bc07-bc66bbd7e29e/?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": "Chicago Bulls",
                "amount": 5097.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "be6622ba-27a8-4fd3-b2e1-cdae31fa0807",
            "gambit_id": "b23bff2a-95b8-4b24-8889-c8c04c506cbc",
            "last_updated": "2022-11-03T09:43:21.916153-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6c3c7ab-9a74-475f-bce2-7c396c216951/?format=api"
        },
        {
            "id": "32fbd984-7f02-445b-83a1-f6a73a6af153",
            "gambit_id": "ed32323c-bd1a-45e0-ac0f-f934e6f3718a",
            "last_updated": "2022-11-03T09:43:21.917828-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6c3c7ab-9a74-475f-bce2-7c396c216951/?format=api"
        }
    ]
}