GET /api/bet_types/03ee48a3-5b43-4903-b7fb-cd5dbb67dcb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03ee48a3-5b43-4903-b7fb-cd5dbb67dcb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d2a902b-e64f-4191-9790-745500f38474/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-28T10:07:00.894806-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 Kings",
                "amount": 6547.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "df3cfbe5-87c0-4d9c-80d1-904d993c3c2f",
            "gambit_id": "15aab41d-eb35-499a-bac4-fdd0f18f3ce6",
            "last_updated": "2023-03-29T13:31:54.744015-04:00",
            "created_at": "2023-03-28T10:07:00.897762-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03ee48a3-5b43-4903-b7fb-cd5dbb67dcb9/?format=api"
        },
        {
            "id": "e9d3d355-1198-43bb-b13f-781713bf4b81",
            "gambit_id": "707d0902-4a35-447f-af82-d9e4ac4cb01c",
            "last_updated": "2023-03-29T13:31:54.741561-04:00",
            "created_at": "2023-03-28T10:07:00.896291-04:00",
            "name": "Calgary Flames",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03ee48a3-5b43-4903-b7fb-cd5dbb67dcb9/?format=api"
        }
    ]
}