GET /api/bet_types/eb09d35d-439b-43d2-9ed5-2d0a0a49ce74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb09d35d-439b-43d2-9ed5-2d0a0a49ce74",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bee2e46-9bc5-49a1-a6f4-4a5c86b06cb5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T11:42:05.619165-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9bafc47d-57a8-48b4-bfa2-1b51cea423c7",
            "gambit_id": "66f469ba-c423-4343-9e5f-1f9c6097dd2c",
            "last_updated": "2023-04-26T20:42:14.716891-04:00",
            "created_at": "2023-04-25T11:42:05.623071-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb09d35d-439b-43d2-9ed5-2d0a0a49ce74/?format=api"
        },
        {
            "id": "3bbddfef-3231-4432-949e-c9dad485390f",
            "gambit_id": "d251a8d5-abb8-4d25-860e-e8eeb11fc287",
            "last_updated": "2023-04-26T20:42:14.714375-04:00",
            "created_at": "2023-04-25T11:42:05.621044-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb09d35d-439b-43d2-9ed5-2d0a0a49ce74/?format=api"
        }
    ]
}