GET /api/bet_types/53f47c79-3484-48d6-bb10-4ba1512db0ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53f47c79-3484-48d6-bb10-4ba1512db0ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbfe4180-3f38-44bd-97f1-5789046815bb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-13T10:01:53.374410-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": "Fairleigh Dickinson",
                "amount": 5000.0
            },
            {
                "team": "Texas Southern",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "afde00bf-bfd4-4591-a3b8-04017fa000e7",
            "gambit_id": "023d10aa-6e7a-497d-927a-1c2ad788b1b4",
            "last_updated": "2023-03-16T17:37:25.166534-04:00",
            "created_at": "2023-03-13T10:01:53.376583-04:00",
            "name": "Fairleigh Dickinson",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53f47c79-3484-48d6-bb10-4ba1512db0ad/?format=api"
        },
        {
            "id": "49b2fe1d-e9cd-45db-9abe-2cb330b51db7",
            "gambit_id": "875fc080-0fb7-4dfc-bcdd-b4b61b10c2ef",
            "last_updated": "2023-03-16T17:37:25.168428-04:00",
            "created_at": "2023-03-13T10:01:53.378501-04:00",
            "name": "Texas Southern",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53f47c79-3484-48d6-bb10-4ba1512db0ad/?format=api"
        }
    ]
}