GET /api/bet_types/cc2dec16-aaca-41d7-9e3b-a3ee31825b98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc2dec16-aaca-41d7-9e3b-a3ee31825b98",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e872d57-1fea-4934-8133-28bb21170794/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-15T08:58:25.505168-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": "LOS",
                "amount": 5213.0
            },
            {
                "team": "MIL",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e69be27-9a08-4b15-bde8-d0cacae5976a",
            "gambit_id": "85217e2e-a570-450a-b4ca-9f4474bd52d1",
            "last_updated": "2023-08-17T10:43:00.128696-04:00",
            "created_at": "2023-08-15T08:58:25.515566-04:00",
            "name": "LOS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc2dec16-aaca-41d7-9e3b-a3ee31825b98/?format=api"
        },
        {
            "id": "5c914bca-a777-4e5f-b2ee-6ee8ad35e25d",
            "gambit_id": "d22c5a39-4c8b-405d-8d64-c3c5621b9f04",
            "last_updated": "2023-08-17T10:43:00.125397-04:00",
            "created_at": "2023-08-15T08:58:25.510610-04:00",
            "name": "MIL",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc2dec16-aaca-41d7-9e3b-a3ee31825b98/?format=api"
        }
    ]
}