GET /api/bet_types/d8299cd8-abd7-4907-9fb0-d84e4bf555b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8299cd8-abd7-4907-9fb0-d84e4bf555b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4cf289a-d51f-4065-9741-04b2acf313b4/?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": "ATL",
                "amount": 5984.0
            },
            {
                "team": "STL",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9275.2,
        "profit_sb": 275.2,
        "profit_sb_percentage": 3.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "02b5833c-a41f-4f4b-af2f-9d7fa981a72a",
            "gambit_id": "605480ee-cfca-4a8d-90bf-c023388587c2",
            "last_updated": "2022-08-29T11:41:50.732943-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8299cd8-abd7-4907-9fb0-d84e4bf555b8/?format=api"
        },
        {
            "id": "c109841c-dbde-4e43-8e29-8420efbf9792",
            "gambit_id": "48545cdd-3597-4e50-9598-6eaf1a4a25a1",
            "last_updated": "2022-08-29T11:41:50.732466-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8299cd8-abd7-4907-9fb0-d84e4bf555b8/?format=api"
        }
    ]
}