GET /api/bet_types/7949d1c6-7c45-4692-8212-06324af023b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7949d1c6-7c45-4692-8212-06324af023b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/701477b7-1e52-4c3b-adfe-0be46da9a493/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-19T16:47:17.925549-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "37073d53-6837-4e04-90d7-522143f76670",
            "gambit_id": "51a0d715-0c9b-475b-8423-b6ba84ab633f",
            "last_updated": "2023-03-20T10:47:10.855095-04:00",
            "created_at": "2023-03-19T16:47:17.927331-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7949d1c6-7c45-4692-8212-06324af023b8/?format=api"
        },
        {
            "id": "328010e6-e8cd-4813-890c-a0e008442486",
            "gambit_id": "4255e981-37c0-4cee-bdc7-607efc3fd0fa",
            "last_updated": "2023-03-20T10:47:10.858112-04:00",
            "created_at": "2023-03-19T16:47:17.928667-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7949d1c6-7c45-4692-8212-06324af023b8/?format=api"
        }
    ]
}