GET /api/bet_types/fa51a7b7-d043-487a-8c9e-56539f3e5fb0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa51a7b7-d043-487a-8c9e-56539f3e5fb0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9ce6802-dc2c-4e8b-8e1e-eb926831a8b1/?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": "CHC",
                "amount": 5301.0
            },
            {
                "team": "STL",
                "amount": 4699.0
            }
        ],
        "expected_reward_tokens": 9116.06,
        "profit_sb": 116.06,
        "profit_sb_percentage": 1.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "29918ff7-8e48-4b9f-968e-54376613bb63",
            "gambit_id": "e3835062-283e-41e5-aa19-b0baa9ea68f0",
            "last_updated": "2022-09-05T10:16:59.291162-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa51a7b7-d043-487a-8c9e-56539f3e5fb0/?format=api"
        },
        {
            "id": "a728d211-545e-4d52-934d-8e76b05e432f",
            "gambit_id": "b7c0a1b1-6dd3-41c5-9c3e-096170ab5beb",
            "last_updated": "2022-09-05T10:16:59.290170-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa51a7b7-d043-487a-8c9e-56539f3e5fb0/?format=api"
        }
    ]
}