GET /api/bet_types/3a3222d8-ae2f-486a-bf4f-93ea6d4eb4d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a3222d8-ae2f-486a-bf4f-93ea6d4eb4d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/2733fd7a-a5de-473f-974a-bd4e086b0831/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-17T11:42:01.787924-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": "PIT",
                "amount": 5784.0
            },
            {
                "team": "COL",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "d526c0c6-435f-4d09-88d6-85699c73bbaa",
            "gambit_id": "2f360fa4-70e7-43b6-9dbc-4ec737e3554f",
            "last_updated": "2023-04-18T12:12:09.616226-04:00",
            "created_at": "2023-04-17T11:42:01.793005-04:00",
            "name": "PIT",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a3222d8-ae2f-486a-bf4f-93ea6d4eb4d3/?format=api"
        },
        {
            "id": "8d709920-cc1b-4a93-a96e-77e8b9da4b48",
            "gambit_id": "3f911037-2211-4690-8181-92de2972f3c4",
            "last_updated": "2023-04-18T12:12:09.614625-04:00",
            "created_at": "2023-04-17T11:42:01.790666-04:00",
            "name": "COL",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a3222d8-ae2f-486a-bf4f-93ea6d4eb4d3/?format=api"
        }
    ]
}