GET /api/bet_types/634378d0-38ab-4b86-8f6d-42fe1a486979/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "634378d0-38ab-4b86-8f6d-42fe1a486979",
    "match": "https://api-prod.gambitprofit.com/api/matches/177f66c4-67ff-4c41-8cba-a6d6c79f318c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-11T09:38:00.835083-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a1c2ffc-0cf9-43eb-abcb-fff58865f7e1",
            "gambit_id": "13fe53ae-42b1-4302-8bba-74be8cb11ef0",
            "last_updated": "2023-12-12T21:38:18.401916-05:00",
            "created_at": "2023-12-11T09:38:00.842179-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/634378d0-38ab-4b86-8f6d-42fe1a486979/?format=api"
        },
        {
            "id": "1d801431-cbb5-46d2-b454-9de699449e96",
            "gambit_id": "ec8d45b7-f0fb-4f22-80f5-6e4eff171269",
            "last_updated": "2023-12-12T21:38:18.405127-05:00",
            "created_at": "2023-12-11T09:38:00.847361-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/634378d0-38ab-4b86-8f6d-42fe1a486979/?format=api"
        }
    ]
}