GET /api/bet_types/3be95835-cf22-4597-bd4b-0215cd7d5b21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3be95835-cf22-4597-bd4b-0215cd7d5b21",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f613d3e-1180-4e1f-a8b1-99e25c15d383/?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": "ARI",
                "amount": 5313.0
            },
            {
                "team": "STL",
                "amount": 4687.0
            }
        ],
        "expected_reward_tokens": 9138.36,
        "profit_sb": 138.36,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "c26fb7c3-0fad-4bf9-8d45-b965172b9f81",
            "gambit_id": "b53acbd6-0e3f-4594-b24d-c0dc24e7f53c",
            "last_updated": "2022-08-21T12:47:06.966590-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3be95835-cf22-4597-bd4b-0215cd7d5b21/?format=api"
        },
        {
            "id": "c12266e0-8cc8-41cb-9bf8-b42f8912ec94",
            "gambit_id": "fd8e940f-91e2-4b6d-b4b0-daf1c2dba863",
            "last_updated": "2022-08-21T12:47:06.966968-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3be95835-cf22-4597-bd4b-0215cd7d5b21/?format=api"
        }
    ]
}