GET /api/bet_types/9006cb7b-4cef-48f0-b468-a94fe1657f4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9006cb7b-4cef-48f0-b468-a94fe1657f4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/facf3a8c-5922-4076-a703-a58a03dc048b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-29T09:23:09.354478-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": "STL",
                "amount": 6010.0
            },
            {
                "team": "CIN",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a6e6d27-e7d2-409a-9568-311984fcdf09",
            "gambit_id": "70368fff-d3d3-45d9-8e97-ae1017585e87",
            "last_updated": "2023-09-30T10:48:11.854216-04:00",
            "created_at": "2023-09-29T09:23:09.365873-04:00",
            "name": "STL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9006cb7b-4cef-48f0-b468-a94fe1657f4c/?format=api"
        },
        {
            "id": "393ba42b-ef9c-40f3-9e51-960a258cf31a",
            "gambit_id": "74c947de-ff81-4777-a2b3-425f68251dfe",
            "last_updated": "2023-09-30T10:48:11.849770-04:00",
            "created_at": "2023-09-29T09:23:09.359020-04:00",
            "name": "CIN",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9006cb7b-4cef-48f0-b468-a94fe1657f4c/?format=api"
        }
    ]
}