GET /api/bet_types/8db8a48d-9a88-4ed4-a3c4-47e604260556/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8db8a48d-9a88-4ed4-a3c4-47e604260556",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c9c10a0-e1dd-4f4b-88ab-068fc19560d5/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "CLE",
                "amount": 5842.0
            },
            {
                "team": "SDG",
                "amount": 4158.0
            }
        ],
        "expected_reward_tokens": 9230.36,
        "profit_sb": 230.36,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "a34270b0-1ab0-43a9-84ed-9ee5bcc2d7f1",
            "gambit_id": "a7454aba-914e-4381-9361-00fcdbd3f08a",
            "last_updated": "2022-08-25T10:22:11.010648-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8db8a48d-9a88-4ed4-a3c4-47e604260556/?format=api"
        },
        {
            "id": "0af8e482-9e3d-47c2-a247-944743a3973d",
            "gambit_id": "5f5724e3-34d5-4a25-9c3f-0cdf14db3bc7",
            "last_updated": "2022-08-25T10:22:11.010259-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8db8a48d-9a88-4ed4-a3c4-47e604260556/?format=api"
        }
    ]
}