GET /api/bet_types/f50fccb7-7c64-4887-900b-58049f31156b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f50fccb7-7c64-4887-900b-58049f31156b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e974b28-2160-483e-bcf0-8704ade5ceea/?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": "LAA",
                "amount": 6189.0
            },
            {
                "team": "CLE",
                "amount": 3811.0
            }
        ],
        "expected_reward_tokens": 9221.61,
        "profit_sb": 221.61,
        "profit_sb_percentage": 2.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "744a57ab-580f-4ebc-b046-efb8375e8694",
            "gambit_id": "f97491b3-9af0-4fee-9840-a165a9494b66",
            "last_updated": "2022-09-14T10:32:14.303293-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f50fccb7-7c64-4887-900b-58049f31156b/?format=api"
        },
        {
            "id": "d5f6e5f7-58d1-4902-a0e7-e40798d5c6d3",
            "gambit_id": "4ca7cd51-d997-4972-89dd-a4d8c4371082",
            "last_updated": "2022-09-14T10:32:14.302242-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.42000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f50fccb7-7c64-4887-900b-58049f31156b/?format=api"
        }
    ]
}