GET /api/bet_types/050d68e3-d50b-4fcb-9b84-b8e127476d59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "050d68e3-d50b-4fcb-9b84-b8e127476d59",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c18e659-c6ca-4830-bece-2256e9c1171b/?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": "CLE",
                "amount": 5419.0
            },
            {
                "team": "NYY",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d2738dc-ddd6-487c-bfde-b184abb50b29",
            "gambit_id": "2b76de07-62d5-4546-b1e7-5b0ebdac15d9",
            "last_updated": "2022-10-17T15:37:20.725574-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/050d68e3-d50b-4fcb-9b84-b8e127476d59/?format=api"
        },
        {
            "id": "adc4cee8-1ef0-442d-a4fe-4821028caef0",
            "gambit_id": "67e6cd9b-0ef6-4b80-9070-7e36a1d628d2",
            "last_updated": "2022-10-17T15:37:20.726600-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/050d68e3-d50b-4fcb-9b84-b8e127476d59/?format=api"
        }
    ]
}