GET /api/bet_types/7d2c4ca2-41db-40ca-ae9d-bf8200f3da8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d2c4ca2-41db-40ca-ae9d-bf8200f3da8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f026f364-1bac-4df5-8bc2-8d71bb1ebcd0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-19T11:02:12.728813-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": "SEA",
                "amount": 5939.0
            },
            {
                "team": "ATL",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "e225ad20-5cc6-417d-b807-512dcad93fe3",
            "gambit_id": "63f58531-e65f-4c5a-9a68-2242c157b221",
            "last_updated": "2023-05-20T10:52:03.362437-04:00",
            "created_at": "2023-05-19T11:02:12.732025-04:00",
            "name": "SEA",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d2c4ca2-41db-40ca-ae9d-bf8200f3da8a/?format=api"
        },
        {
            "id": "6873e6c6-2827-4378-9448-054a53540c23",
            "gambit_id": "cb59c3a4-8a1d-4df4-a5c8-8270f67c2f36",
            "last_updated": "2023-05-20T10:52:03.359659-04:00",
            "created_at": "2023-05-19T11:02:12.730459-04:00",
            "name": "ATL",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d2c4ca2-41db-40ca-ae9d-bf8200f3da8a/?format=api"
        }
    ]
}