GET /api/bet_types/ddc72d4a-3d17-4e7b-8496-3c4c189c6eb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddc72d4a-3d17-4e7b-8496-3c4c189c6eb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c14a331d-dbf8-40c5-af83-b91ae0d2e1c9/?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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "18c64491-f73c-4d73-9af2-5fe3984e2f09",
            "gambit_id": "199be455-1e3a-48b0-a1a4-8b9f54202525",
            "last_updated": "2022-10-21T11:11:58.094177-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddc72d4a-3d17-4e7b-8496-3c4c189c6eb3/?format=api"
        },
        {
            "id": "26e27ff5-5818-4914-af96-39970389f792",
            "gambit_id": "4b7bc5c3-8551-46eb-b2f3-bc02c1d4a031",
            "last_updated": "2022-10-21T11:11:58.095270-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddc72d4a-3d17-4e7b-8496-3c4c189c6eb3/?format=api"
        }
    ]
}