GET /api/bet_types/27506422-23ce-4d74-9b6f-d1c64a117e7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27506422-23ce-4d74-9b6f-d1c64a117e7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2503c38-9746-43ad-bf49-30f145efd824/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-31T11:47:14.815048-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": "ATL",
                "amount": 5599.0
            },
            {
                "team": "OAK",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "1443f5fb-312e-4382-81ac-9d305ae6e82f",
            "gambit_id": "84e06181-246e-471f-bacd-b647aef95afc",
            "last_updated": "2023-06-01T10:17:11.536628-04:00",
            "created_at": "2023-05-31T11:47:14.816667-04:00",
            "name": "ATL",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27506422-23ce-4d74-9b6f-d1c64a117e7a/?format=api"
        },
        {
            "id": "708a634c-4bfe-408a-a88c-2071f66ac64e",
            "gambit_id": "3e12ef2f-15d5-40cd-a2a2-ba8be617150f",
            "last_updated": "2023-06-01T10:17:11.538821-04:00",
            "created_at": "2023-05-31T11:47:14.818461-04:00",
            "name": "OAK",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27506422-23ce-4d74-9b6f-d1c64a117e7a/?format=api"
        }
    ]
}