GET /api/bet_types/6816f5b4-5fbe-432c-839c-f4710f4d2dec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6816f5b4-5fbe-432c-839c-f4710f4d2dec",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe29d50e-0a35-4529-aa5a-aeef7e6b8039/?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": "California",
                "amount": 5000.0
            },
            {
                "team": "UNLV",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "82f7bb3c-7f57-4d73-95bd-425bc9827cc2",
            "gambit_id": "82d7f230-b654-40fb-a3d9-8df88a594cfe",
            "last_updated": "2022-09-11T10:52:30.211293-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6816f5b4-5fbe-432c-839c-f4710f4d2dec/?format=api"
        },
        {
            "id": "dcee6fc0-08ca-4bb1-9082-5b02d8497570",
            "gambit_id": "4e0c94cc-c7c0-4ad1-a4f7-15bfdb1e5848",
            "last_updated": "2022-09-11T10:52:30.212296-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6816f5b4-5fbe-432c-839c-f4710f4d2dec/?format=api"
        }
    ]
}