GET /api/bet_types/aef1426f-3214-4e73-a58f-40586eabfd44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aef1426f-3214-4e73-a58f-40586eabfd44",
    "match": "https://api-prod.gambitprofit.com/api/matches/beb6b328-7475-4171-926c-92e4206cffb6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-16T08:23:00.208865-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": "CLE",
                "amount": 6100.0
            },
            {
                "team": "ARI",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "a43f1fbd-529c-4dab-8c5e-d7dd443e5093",
            "gambit_id": "b84fc56b-0a7a-417f-9cd5-76c8d27c421c",
            "last_updated": "2023-06-23T21:38:01.608202-04:00",
            "created_at": "2023-06-16T08:23:00.210422-04:00",
            "name": "CLE",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aef1426f-3214-4e73-a58f-40586eabfd44/?format=api"
        },
        {
            "id": "34491f8d-2b3e-45a9-81e9-7eb1fee5faba",
            "gambit_id": "c054097b-1db8-4af7-ac46-0096a110a777",
            "last_updated": "2023-06-23T21:38:01.610674-04:00",
            "created_at": "2023-06-16T08:23:00.211850-04:00",
            "name": "ARI",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aef1426f-3214-4e73-a58f-40586eabfd44/?format=api"
        }
    ]
}