GET /api/bet_types/3f500821-0a80-4135-b4bd-bddf725ad263/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f500821-0a80-4135-b4bd-bddf725ad263",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6aaa2d6-4bf3-4801-9a00-0af12a056549/?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": "NYM",
                "amount": 5842.0
            },
            {
                "team": "COL",
                "amount": 4158.0
            }
        ],
        "expected_reward_tokens": 9230.36,
        "profit_sb": 230.36,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "0a6aa73f-8ad7-467a-8749-4193079f8028",
            "gambit_id": "bb1fe2eb-6fad-4e20-88b5-de988cf82c50",
            "last_updated": "2022-08-27T12:37:02.808197-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f500821-0a80-4135-b4bd-bddf725ad263/?format=api"
        },
        {
            "id": "caa53495-d7cc-414c-91bf-52ead6f36ab1",
            "gambit_id": "27e41976-89ad-44b4-acb6-32565c076477",
            "last_updated": "2022-08-27T12:37:02.808627-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f500821-0a80-4135-b4bd-bddf725ad263/?format=api"
        }
    ]
}