GET /api/bet_types/94833f15-d21c-460a-be8f-8d0737fb8e63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94833f15-d21c-460a-be8f-8d0737fb8e63",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3befcc3-9895-43cb-b45e-e64fbe0bbe0b/?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": "LAA",
                "amount": 5899.0
            },
            {
                "team": "SEA",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "42f09cf3-a19c-4109-91f3-6d66ffb1ebc3",
            "gambit_id": "9a7ad607-d07a-4578-a2e2-ef7068f166b2",
            "last_updated": "2022-09-20T16:07:12.995319-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94833f15-d21c-460a-be8f-8d0737fb8e63/?format=api"
        },
        {
            "id": "4f392ff1-28f3-4ca2-9311-b604876dd5ad",
            "gambit_id": "7ea6eb09-c184-4c34-825c-6905a1765954",
            "last_updated": "2022-09-20T16:07:12.996320-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94833f15-d21c-460a-be8f-8d0737fb8e63/?format=api"
        }
    ]
}