GET /api/bet_types/ef469cac-7f7e-41b9-8f88-b5d10be3b2b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef469cac-7f7e-41b9-8f88-b5d10be3b2b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b6e9d16-88f6-487e-b778-7a633ff83614/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-10T10:03:09.152673-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": "SDG",
                "amount": 5512.0
            },
            {
                "team": "HOU",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "421e5d38-0745-44f9-bb8c-0a43aced0fb2",
            "gambit_id": "cb569628-9319-4713-8d12-dbab8eea18a5",
            "last_updated": "2023-09-12T11:23:03.627572-04:00",
            "created_at": "2023-09-10T10:03:09.156472-04:00",
            "name": "SDG",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef469cac-7f7e-41b9-8f88-b5d10be3b2b4/?format=api"
        },
        {
            "id": "57ff22b9-f1fb-49e3-8514-0df0f093840f",
            "gambit_id": "7a7f7619-f1f7-472c-a982-52dadeb6fffb",
            "last_updated": "2023-09-12T11:23:03.630879-04:00",
            "created_at": "2023-09-10T10:03:09.161151-04:00",
            "name": "HOU",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef469cac-7f7e-41b9-8f88-b5d10be3b2b4/?format=api"
        }
    ]
}