GET /api/bet_types/3237227d-240a-4ad3-a45c-74e8d760a7cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3237227d-240a-4ad3-a45c-74e8d760a7cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed23ee02-e6bb-4bd7-930a-5b8c0312233c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-21T08:53:23.792223-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": "ARI",
                "amount": 6232.0
            },
            {
                "team": "CIN",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "bcec6cf3-b984-4d23-a2e7-939655bcf304",
            "gambit_id": "baf72d19-78f5-49c0-83d2-4773e8f5d167",
            "last_updated": "2023-07-22T11:28:23.357848-04:00",
            "created_at": "2023-07-21T08:53:23.793908-04:00",
            "name": "ARI",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3237227d-240a-4ad3-a45c-74e8d760a7cb/?format=api"
        },
        {
            "id": "0b4a5105-31fa-4ba7-b178-7a5fdb9dc5eb",
            "gambit_id": "a5c8f342-cdd2-4cd4-b14c-38fa1cf99437",
            "last_updated": "2023-07-22T11:28:23.361210-04:00",
            "created_at": "2023-07-21T08:53:23.795609-04:00",
            "name": "CIN",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3237227d-240a-4ad3-a45c-74e8d760a7cb/?format=api"
        }
    ]
}