GET /api/bet_types/914db4f8-2432-4c23-bd1d-26690f7fbf65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "914db4f8-2432-4c23-bd1d-26690f7fbf65",
    "match": "https://api-prod.gambitprofit.com/api/matches/8404692c-61df-4911-bca8-75d03f192446/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:11.662398-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "51022827-8706-4fa9-a509-c4b7abd1cbe4",
            "gambit_id": "ed7447df-e676-491b-9435-e45af75fb124",
            "last_updated": "2023-04-10T14:37:10.130832-04:00",
            "created_at": "2023-04-09T09:27:11.667643-04:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/914db4f8-2432-4c23-bd1d-26690f7fbf65/?format=api"
        },
        {
            "id": "41440dd3-c62d-46a7-90e9-db71f1a93ae9",
            "gambit_id": "1f23a966-99bf-4777-83bc-ab0bd4fd8641",
            "last_updated": "2023-04-10T14:37:10.127887-04:00",
            "created_at": "2023-04-09T09:27:11.664448-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/914db4f8-2432-4c23-bd1d-26690f7fbf65/?format=api"
        }
    ]
}