GET /api/bet_types/e549d06f-93aa-4dec-bf72-d6e5b0437e44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e549d06f-93aa-4dec-bf72-d6e5b0437e44",
    "match": "https://api-prod.gambitprofit.com/api/matches/4258de14-bec2-4bc0-98fc-e800a27d963e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-18T12:12:03.619356-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "19bc6ba8-c1b4-4b80-833e-a81de2155667",
            "gambit_id": "9f07a1ca-ff20-4a81-ab3a-5bf067b3853b",
            "last_updated": "2023-04-19T20:22:16.254695-04:00",
            "created_at": "2023-04-18T12:12:03.621022-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e549d06f-93aa-4dec-bf72-d6e5b0437e44/?format=api"
        },
        {
            "id": "61247841-89ef-4358-8ccf-4b5008a2afcb",
            "gambit_id": "5c8458a5-f176-4856-9fae-8f0e24906f52",
            "last_updated": "2023-04-19T20:22:16.258358-04:00",
            "created_at": "2023-04-18T12:12:03.622762-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e549d06f-93aa-4dec-bf72-d6e5b0437e44/?format=api"
        }
    ]
}