GET /api/bet_types/3d8558f9-2442-4b92-80b7-e1d998be9477/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d8558f9-2442-4b92-80b7-e1d998be9477",
    "match": "https://api-prod.gambitprofit.com/api/matches/c642b898-e5f7-438a-9c65-0e14de37f484/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-02T11:52:05.888120-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": 5939.0
            },
            {
                "team": "STL",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "c6e3c789-d1f4-40ac-928f-6710c7e8b128",
            "gambit_id": "47efea2a-dbc2-4b9d-90d6-88416bfd1cbd",
            "last_updated": "2023-05-03T12:12:16.047704-04:00",
            "created_at": "2023-05-02T11:52:05.890897-04:00",
            "name": "LAA",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d8558f9-2442-4b92-80b7-e1d998be9477/?format=api"
        },
        {
            "id": "e09b86dc-efdd-4829-ae50-6bd6d77c757d",
            "gambit_id": "02dcb4c0-7582-47c8-a935-6e8eb1c2a704",
            "last_updated": "2023-05-03T12:12:16.045837-04:00",
            "created_at": "2023-05-02T11:52:05.889458-04:00",
            "name": "STL",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d8558f9-2442-4b92-80b7-e1d998be9477/?format=api"
        }
    ]
}