GET /api/bet_types/2f3587be-10b9-4b44-9a6d-48fa845dc308/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f3587be-10b9-4b44-9a6d-48fa845dc308",
    "match": "https://api-prod.gambitprofit.com/api/matches/f539f4e9-f6e3-4e96-b908-6a65521d5fce/?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": "MIA",
                "amount": 5829.0
            },
            {
                "team": "MIL",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "28dcda40-9acc-4c29-88fd-a398f2334efb",
            "gambit_id": "1a4bf3f3-adfa-4600-bd06-0dad24880074",
            "last_updated": "2022-10-02T15:17:07.514355-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f3587be-10b9-4b44-9a6d-48fa845dc308/?format=api"
        },
        {
            "id": "6adb7ac1-248a-48f5-9ff1-1ab86dfc8611",
            "gambit_id": "9f17b2ce-06ad-4e54-bef8-734c92f47631",
            "last_updated": "2022-10-02T15:17:07.513351-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f3587be-10b9-4b44-9a6d-48fa845dc308/?format=api"
        }
    ]
}