GET /api/bet_types/b0225123-f301-4c1c-a504-9d63662251ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0225123-f301-4c1c-a504-9d63662251ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/029047cd-8c62-4d84-af8f-7202de1bc400/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-16T15:08:01.679185-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": "San Francisco Giants",
                "amount": 5107.0
            },
            {
                "team": "Colorado Rockies",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "522faeaa-7852-40d1-9c39-8e12a5f05b5e",
            "gambit_id": "c695c4ad-2448-4160-b330-e093141c826c",
            "last_updated": "2023-09-18T08:58:28.138683-04:00",
            "created_at": "2023-09-16T15:08:01.683409-04:00",
            "name": "San Francisco Giants",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0225123-f301-4c1c-a504-9d63662251ed/?format=api"
        },
        {
            "id": "034d5435-6781-40fd-96b7-e3998b1af1ae",
            "gambit_id": "9a561753-871b-4ad1-b718-57a8457ac60c",
            "last_updated": "2023-09-18T08:58:28.144019-04:00",
            "created_at": "2023-09-16T15:08:01.692096-04:00",
            "name": "Colorado Rockies",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0225123-f301-4c1c-a504-9d63662251ed/?format=api"
        }
    ]
}