GET /api/bet_types/bb6cc1cb-87b2-4293-ba51-8978119a60e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb6cc1cb-87b2-4293-ba51-8978119a60e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/6281d6f1-c132-41bb-acd5-868bc36fca6f/?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": "ARI",
                "amount": 5831.0
            },
            {
                "team": "SDG",
                "amount": 4169.0
            }
        ],
        "expected_reward_tokens": 9212.98,
        "profit_sb": 212.98,
        "profit_sb_percentage": 2.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "4fb9bd41-aeef-4e00-a948-34ac6c3efed2",
            "gambit_id": "c6e37496-2b83-4809-9df6-8403b0aba115",
            "last_updated": "2022-09-07T09:42:25.181227-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb6cc1cb-87b2-4293-ba51-8978119a60e4/?format=api"
        },
        {
            "id": "a7438f93-7d55-43bb-9a26-84c3a1c62a2d",
            "gambit_id": "d446a8f3-545e-447c-9c87-ee9fe8569911",
            "last_updated": "2022-09-07T09:42:25.180087-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.21000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb6cc1cb-87b2-4293-ba51-8978119a60e4/?format=api"
        }
    ]
}