GET /api/bet_types/f82ad730-7478-49a1-8345-b8299b835886/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f82ad730-7478-49a1-8345-b8299b835886",
    "match": "https://api-prod.gambitprofit.com/api/matches/c69966cf-f34a-4781-801c-45c62ca2257b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-08T08:43:17.625067-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": "MIL",
                "amount": 6241.0
            },
            {
                "team": "BAL",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "85bc5d2c-ce94-4fe1-977f-ab4a77a8defb",
            "gambit_id": "79fc12b9-1d8b-48b1-9ddd-c39672852f83",
            "last_updated": "2023-06-10T13:48:17.245773-04:00",
            "created_at": "2023-06-08T08:43:17.628253-04:00",
            "name": "MIL",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f82ad730-7478-49a1-8345-b8299b835886/?format=api"
        },
        {
            "id": "4aaeff8f-046b-4f1c-ad35-4bf72ecc95a5",
            "gambit_id": "df7ef735-5730-49cf-a660-b5264a075757",
            "last_updated": "2023-06-10T13:48:17.243457-04:00",
            "created_at": "2023-06-08T08:43:17.626589-04:00",
            "name": "BAL",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f82ad730-7478-49a1-8345-b8299b835886/?format=api"
        }
    ]
}