GET /api/bet_types/1e8124ea-1e05-4c05-9718-574c008bd92b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e8124ea-1e05-4c05-9718-574c008bd92b",
    "match": "https://api-prod.gambitprofit.com/api/matches/94f49d02-25c4-4634-95bb-37053e000d3f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-01T09:26:47.162971-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f83534ad-4709-479a-a3f3-12d097de3a35",
            "gambit_id": "7a129325-0d1f-480b-8047-747e2b11cc07",
            "last_updated": "2023-02-02T10:11:59.972294-05:00",
            "created_at": "2023-02-01T09:26:47.164196-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e8124ea-1e05-4c05-9718-574c008bd92b/?format=api"
        },
        {
            "id": "08c17fb3-0205-4fdf-91ce-6e3840578ff1",
            "gambit_id": "68afcada-4ecc-4c42-96c4-4b7185b322eb",
            "last_updated": "2023-02-02T10:11:59.973404-05:00",
            "created_at": "2023-02-01T09:26:47.165529-05:00",
            "name": "Golden State Warriors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e8124ea-1e05-4c05-9718-574c008bd92b/?format=api"
        }
    ]
}