GET /api/bet_types/434d6411-a13f-43cc-b47f-20b8e798243c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "434d6411-a13f-43cc-b47f-20b8e798243c",
    "match": "https://api-prod.gambitprofit.com/api/matches/75c6b47e-92fb-48ed-b33b-a776810b55f7/?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": 6667.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d8f69ea-967f-4237-bd29-813f3d883e3d",
            "gambit_id": "2badb9d7-a20a-4941-8b55-dd4277f72c43",
            "last_updated": "2022-10-21T20:57:27.854599-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/434d6411-a13f-43cc-b47f-20b8e798243c/?format=api"
        },
        {
            "id": "1f3c3d9d-dec2-4233-801b-1f6df3de0ce2",
            "gambit_id": "37e1febf-35ab-43bd-80f7-7805af9893b9",
            "last_updated": "2022-10-21T20:57:27.855724-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/434d6411-a13f-43cc-b47f-20b8e798243c/?format=api"
        }
    ]
}