GET /api/bet_types/e528c0d3-fee5-472d-923a-1537c329607c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e528c0d3-fee5-472d-923a-1537c329607c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f56a06a-e6c5-4e8b-bb42-782ad9453942/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-18T08:53:10.821849-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": "LAA",
                "amount": 6090.0
            },
            {
                "team": "NYY",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "167a17d7-9cc9-40b1-bc77-af19299dbc57",
            "gambit_id": "72e1af9f-06f6-4636-b4fc-d7a328e5cea3",
            "last_updated": "2023-07-20T09:48:24.537351-04:00",
            "created_at": "2023-07-18T08:53:10.826500-04:00",
            "name": "LAA",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e528c0d3-fee5-472d-923a-1537c329607c/?format=api"
        },
        {
            "id": "de68a8fb-a253-47db-97a6-132d8231d958",
            "gambit_id": "6eaa2919-6cf6-4e34-af0b-519d38510612",
            "last_updated": "2023-07-20T09:48:24.535931-04:00",
            "created_at": "2023-07-18T08:53:10.823801-04:00",
            "name": "NYY",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e528c0d3-fee5-472d-923a-1537c329607c/?format=api"
        }
    ]
}