GET /api/bet_types/638c3025-65b4-4ea0-b312-d14a911175cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "638c3025-65b4-4ea0-b312-d14a911175cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a36197c-f61e-46af-89f0-43932cd3ceb4/?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": "Pittsburgh Penguins",
                "amount": 5208.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "64e77b3b-8f92-44be-93de-e5625df48dc4",
            "gambit_id": "4c102625-0f10-42fb-bbea-e624189be0fa",
            "last_updated": "2022-12-07T09:42:34.849519-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/638c3025-65b4-4ea0-b312-d14a911175cf/?format=api"
        },
        {
            "id": "4377b47c-5cd6-481a-83dc-a6939ccd7599",
            "gambit_id": "dd9ff2f0-05e1-41cc-afca-13e7159eee0e",
            "last_updated": "2022-12-07T09:42:34.850667-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/638c3025-65b4-4ea0-b312-d14a911175cf/?format=api"
        }
    ]
}