GET /api/bet_types/2e2ff586-cd80-448c-a281-11628de4d86f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e2ff586-cd80-448c-a281-11628de4d86f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0624e32-0513-457b-9602-d242bb78a511/?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": "Columbus Blue Jackets",
                "amount": 6037.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3963.0
            }
        ],
        "expected_reward_tokens": 9114.9,
        "profit_sb": 114.9,
        "profit_sb_percentage": 1.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "04ad8682-6f74-42e0-8e97-f44cd6a1ba5a",
            "gambit_id": "53758959-972a-4f1c-b395-39fdba92f9af",
            "last_updated": "2022-12-21T22:37:05.238744-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e2ff586-cd80-448c-a281-11628de4d86f/?format=api"
        },
        {
            "id": "2d677558-24cf-4f76-bd82-5ec85040e65d",
            "gambit_id": "9480d485-3dc6-4ebd-9e82-4e4073d70780",
            "last_updated": "2022-12-21T22:37:05.237670-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.30000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e2ff586-cd80-448c-a281-11628de4d86f/?format=api"
        }
    ]
}