GET /api/bet_types/58019f8d-d645-4c43-9f1d-6928b42144ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58019f8d-d645-4c43-9f1d-6928b42144ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/41647687-b36c-4b9c-acc7-52d425e70689/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-30T10:47:15.816082-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": "DET",
                "amount": 5699.0
            },
            {
                "team": "TEX",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "3771c682-d5e2-4ef7-87c1-9e3ae67818dd",
            "gambit_id": "9d91431c-53da-465d-ad12-51059ada905d",
            "last_updated": "2023-05-31T11:47:22.432784-04:00",
            "created_at": "2023-05-30T10:47:15.820632-04:00",
            "name": "DET",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58019f8d-d645-4c43-9f1d-6928b42144ff/?format=api"
        },
        {
            "id": "13f1f4e3-bbfe-472f-9a3d-66a42eebb578",
            "gambit_id": "a6034c9b-9161-4e28-919d-44801f3df25a",
            "last_updated": "2023-05-31T11:47:22.430747-04:00",
            "created_at": "2023-05-30T10:47:15.818280-04:00",
            "name": "TEX",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58019f8d-d645-4c43-9f1d-6928b42144ff/?format=api"
        }
    ]
}