GET /api/bet_types/e63cf0bd-9014-427e-8120-69b24e5a8433/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e63cf0bd-9014-427e-8120-69b24e5a8433",
    "match": "https://api-prod.gambitprofit.com/api/matches/db81eb37-eef2-42bc-b223-cca5737c6c97/?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": 5580.0
            },
            {
                "team": "NYM",
                "amount": 4420.0
            }
        ],
        "expected_reward_tokens": 9149.4,
        "profit_sb": 149.4,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d891dbd-0bb1-4729-9402-ca7866191181",
            "gambit_id": "811b5dc1-3883-4aa3-a9c3-543162e20e3b",
            "last_updated": "2022-09-12T10:57:18.160320-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e63cf0bd-9014-427e-8120-69b24e5a8433/?format=api"
        },
        {
            "id": "ed3bc682-97f4-4b04-b822-fe0af7e740f7",
            "gambit_id": "3f047deb-ce67-4226-8232-c72956df5822",
            "last_updated": "2022-09-12T10:57:18.161324-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e63cf0bd-9014-427e-8120-69b24e5a8433/?format=api"
        }
    ]
}