GET /api/bet_types/23bbb298-698b-4e63-8ab3-834746051758/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23bbb298-698b-4e63-8ab3-834746051758",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce378ec6-2c17-48bc-8d20-eafeafe5d922/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-30T13:08:04.114500-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": "WAS",
                "amount": 5107.0
            },
            {
                "team": "PHI",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d311956e-bc7e-49ae-a2d9-16b723df5c48",
            "gambit_id": "c7918919-7662-4811-838f-ef4a7dc3dd33",
            "last_updated": "2023-07-02T11:08:02.882969-04:00",
            "created_at": "2023-06-30T13:08:04.116065-04:00",
            "name": "WAS",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23bbb298-698b-4e63-8ab3-834746051758/?format=api"
        },
        {
            "id": "2afdfe4f-7b8c-4b88-ba40-72fafc1aea5a",
            "gambit_id": "cdc21f01-a196-4506-9eb7-80dc4eea34b2",
            "last_updated": "2023-07-02T11:08:02.885341-04:00",
            "created_at": "2023-06-30T13:08:04.117638-04:00",
            "name": "PHI",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23bbb298-698b-4e63-8ab3-834746051758/?format=api"
        }
    ]
}