GET /api/bet_types/2edd884f-e351-4a1f-b03e-b7f57887d20e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2edd884f-e351-4a1f-b03e-b7f57887d20e",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc96e2c7-00f1-402a-8f0c-06b83af2f743/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-05T09:53:19.386135-04: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": "PIT",
                "amount": 5107.0
            },
            {
                "team": "MIL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6528ea0f-5368-4f9e-80f0-9eaeb8ecca55",
            "gambit_id": "b242f81f-0bb1-48d5-9656-20fc07cf9e3a",
            "last_updated": "2023-09-07T10:23:06.070443-04:00",
            "created_at": "2023-09-05T09:53:19.396947-04:00",
            "name": "PIT",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2edd884f-e351-4a1f-b03e-b7f57887d20e/?format=api"
        },
        {
            "id": "492fd8be-1c03-4aec-82c4-18765b21b56f",
            "gambit_id": "7248cbea-fb69-4eaf-ab60-11cbf7719cdb",
            "last_updated": "2023-09-07T10:23:06.066842-04:00",
            "created_at": "2023-09-05T09:53:19.390727-04:00",
            "name": "MIL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2edd884f-e351-4a1f-b03e-b7f57887d20e/?format=api"
        }
    ]
}