GET /api/bet_types/a845aaa6-050b-414a-a86e-a7bbb51788c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a845aaa6-050b-414a-a86e-a7bbb51788c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3c79add-f342-49a4-a3a9-da801ca84b1a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-17T09:28:12.044868-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "64f320e3-72ac-45dd-afae-b8d26ba0745c",
            "gambit_id": "c6e71d63-277c-4e75-8153-ec3a294068fe",
            "last_updated": "2024-01-19T12:03:16.155537-05:00",
            "created_at": "2024-01-17T09:28:12.050830-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a845aaa6-050b-414a-a86e-a7bbb51788c0/?format=api"
        },
        {
            "id": "6fb3ca9e-4a8f-4e95-84f6-f2d196ee750f",
            "gambit_id": "fdbedb01-93cd-4be8-b8c6-d898490cdf04",
            "last_updated": "2024-01-19T12:03:16.158786-05:00",
            "created_at": "2024-01-17T09:28:12.056736-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a845aaa6-050b-414a-a86e-a7bbb51788c0/?format=api"
        }
    ]
}