GET /api/bet_types/7e7a0d02-f785-4506-b376-75132fb268f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e7a0d02-f785-4506-b376-75132fb268f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5c39582-38d6-4e83-b015-a97d37dc554a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-25T08:38:08.710726-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": "TEX",
                "amount": 6232.0
            },
            {
                "team": "MIN",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "83727a01-93d4-45f0-b492-f686e1161e49",
            "gambit_id": "f01339a7-8f73-419d-b45c-76f9bbb32d88",
            "last_updated": "2023-08-28T18:28:28.452946-04:00",
            "created_at": "2023-08-25T08:38:08.714737-04:00",
            "name": "TEX",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e7a0d02-f785-4506-b376-75132fb268f0/?format=api"
        },
        {
            "id": "e5a4b670-4edd-41e2-b79f-b7246c5afd24",
            "gambit_id": "73a59e1c-b8d6-4fab-8e9d-1f8ade502312",
            "last_updated": "2023-08-28T18:28:28.461918-04:00",
            "created_at": "2023-08-25T08:38:08.718888-04:00",
            "name": "MIN",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e7a0d02-f785-4506-b376-75132fb268f0/?format=api"
        }
    ]
}