GET /api/bet_types/add7f0b4-93d4-4f70-940b-9b7a8fe61bb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "add7f0b4-93d4-4f70-940b-9b7a8fe61bb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/adbe069a-b7b4-422a-8b97-19bd33ab1b73/?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": "LOS",
                "amount": 5489.0
            },
            {
                "team": "ARI",
                "amount": 4511.0
            }
        ],
        "expected_reward_tokens": 9111.74,
        "profit_sb": 111.74,
        "profit_sb_percentage": 1.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "1cea88b8-fd81-4128-a384-1acaa14648d0",
            "gambit_id": "0a21fd67-bf1a-42dc-96d7-54249c434ded",
            "last_updated": "2022-09-21T16:11:56.298971-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/add7f0b4-93d4-4f70-940b-9b7a8fe61bb3/?format=api"
        },
        {
            "id": "e475e61a-dc04-42f7-af92-f625e4cceb3f",
            "gambit_id": "8ad66540-1f72-4735-98a3-1e155272db6c",
            "last_updated": "2022-09-21T16:11:56.297924-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.02000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/add7f0b4-93d4-4f70-940b-9b7a8fe61bb3/?format=api"
        }
    ]
}