GET /api/bet_types/a501837f-064e-4cea-a6db-2c0eefd39a32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a501837f-064e-4cea-a6db-2c0eefd39a32",
    "match": "https://api-prod.gambitprofit.com/api/matches/00deb7b2-6bbd-4ae0-a812-e650642ef524/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-04T10:37:56.098148-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c545b8a-cba4-4624-a38b-f19b2b0f967a",
            "gambit_id": "f37f4adc-8b35-445b-9578-ae61e511bdc0",
            "last_updated": "2023-03-06T11:17:05.284177-05:00",
            "created_at": "2023-03-04T10:37:56.100684-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a501837f-064e-4cea-a6db-2c0eefd39a32/?format=api"
        },
        {
            "id": "65be0d89-0a25-4b13-87cf-98630d974e4a",
            "gambit_id": "48cba284-8db3-435c-9832-6a07cd3eb6a3",
            "last_updated": "2023-03-06T11:17:05.282928-05:00",
            "created_at": "2023-03-04T10:37:56.099342-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a501837f-064e-4cea-a6db-2c0eefd39a32/?format=api"
        }
    ]
}