GET /api/bet_types/e4d8eabb-b39b-4a65-b05b-64c63954565b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4d8eabb-b39b-4a65-b05b-64c63954565b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae35115c-4bf8-4d8f-807d-3a6ea86b23cb/?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": "SFO",
                "amount": 5110.0
            },
            {
                "team": "COL",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "e151990e-35b5-45f9-8fe3-4b7ac160bafa",
            "gambit_id": "293874cc-a66e-49db-b634-6ff88d499c1b",
            "last_updated": "2022-08-21T12:47:07.275675-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4d8eabb-b39b-4a65-b05b-64c63954565b/?format=api"
        },
        {
            "id": "7605a3bb-3817-4602-94c8-229dc751c1d5",
            "gambit_id": "439b5e7d-0346-4344-80df-a8100033d053",
            "last_updated": "2022-08-21T12:47:07.275263-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4d8eabb-b39b-4a65-b05b-64c63954565b/?format=api"
        }
    ]
}