GET /api/bet_types/500706af-646b-4aba-8a65-6488314717f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "500706af-646b-4aba-8a65-6488314717f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/92c9118f-163c-4930-a084-6984bc27055b/?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": "CIN",
                "amount": 5205.0
            },
            {
                "team": "PHI",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b7ade48-ac90-4a4d-9801-c6572906d2d6",
            "gambit_id": "1b037311-0813-4980-9633-4a1c9b1a4b05",
            "last_updated": "2022-08-24T10:32:13.704567-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500706af-646b-4aba-8a65-6488314717f8/?format=api"
        },
        {
            "id": "7429f14b-e6c4-4eb1-b25a-88c13026e571",
            "gambit_id": "3bac35da-48db-465e-8f74-f7a712d16780",
            "last_updated": "2022-08-24T10:32:13.704129-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500706af-646b-4aba-8a65-6488314717f8/?format=api"
        }
    ]
}