GET /api/bet_types/e1b96c64-902e-4181-9d04-bf76d682187d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1b96c64-902e-4181-9d04-bf76d682187d",
    "match": "https://api-prod.gambitprofit.com/api/matches/76e5d394-9d53-4197-a657-445d260ac5ec/?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": "TOR",
                "amount": 5580.0
            },
            {
                "team": "PIT",
                "amount": 4420.0
            }
        ],
        "expected_reward_tokens": 9149.4,
        "profit_sb": 149.4,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc724a34-a068-4bb2-b1b7-ea71ae6ef382",
            "gambit_id": "70fb7061-845b-48cf-a79c-5819eb94b05d",
            "last_updated": "2022-09-03T20:02:07.787865-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1b96c64-902e-4181-9d04-bf76d682187d/?format=api"
        },
        {
            "id": "c2498d0b-aaf4-4bec-8e54-879633dec386",
            "gambit_id": "04f74e59-8d7b-406e-b5b8-9413948d06ce",
            "last_updated": "2022-09-03T20:02:07.786927-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1b96c64-902e-4181-9d04-bf76d682187d/?format=api"
        }
    ]
}