GET /api/bet_types/733e9d11-bc6f-4ccb-a6ae-71304a3b3318/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "733e9d11-bc6f-4ccb-a6ae-71304a3b3318",
    "match": "https://api-prod.gambitprofit.com/api/matches/c02d9b78-142b-4100-97e0-552e8c5fa86c/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Boston College",
                "amount": 5000.0
            },
            {
                "team": "Louisville",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "b28fd795-43f3-4c49-8351-8f3581720fcf",
            "gambit_id": "72424b67-5934-4b2f-9bb6-617830d5a0b3",
            "last_updated": "2022-10-02T15:17:25.189705-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/733e9d11-bc6f-4ccb-a6ae-71304a3b3318/?format=api"
        },
        {
            "id": "030c152e-7907-44cd-80f8-cdc001e92214",
            "gambit_id": "2aa5e33a-1208-4666-bb29-308ab83a744e",
            "last_updated": "2022-10-02T15:17:25.190662-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/733e9d11-bc6f-4ccb-a6ae-71304a3b3318/?format=api"
        }
    ]
}