GET /api/bet_types/0e4a861c-655f-4c0b-9d0c-001a6da5c8e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e4a861c-655f-4c0b-9d0c-001a6da5c8e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/620e6abc-d7df-4fd8-8bf1-6d01884aeaba/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T11:43:24.008280-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": "Baltimore Ravens",
                "amount": 5107.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "289e6873-10b6-4763-ac6c-ff81756b2207",
            "gambit_id": "1345a733-ddfe-4a39-9aa0-360921e22d7a",
            "last_updated": "2023-08-14T11:18:18.792122-04:00",
            "created_at": "2023-08-11T11:43:24.012344-04:00",
            "name": "Baltimore Ravens",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e4a861c-655f-4c0b-9d0c-001a6da5c8e9/?format=api"
        },
        {
            "id": "8e172598-3237-4df0-8296-0486a1da903c",
            "gambit_id": "553c95bc-21e3-4ccd-a23a-30d1a2a6a1ce",
            "last_updated": "2023-08-14T11:18:18.799328-04:00",
            "created_at": "2023-08-11T11:43:24.016159-04:00",
            "name": "Philadelphia Eagles",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e4a861c-655f-4c0b-9d0c-001a6da5c8e9/?format=api"
        }
    ]
}