GET /api/bet_types/9cb58b77-a9a8-42be-ba57-457bd216ef07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cb58b77-a9a8-42be-ba57-457bd216ef07",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f30f094-c5d4-426f-b669-b17a94458c60/?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": 5408.0
            },
            {
                "team": "LAA",
                "amount": 4592.0
            }
        ],
        "expected_reward_tokens": 9138.08,
        "profit_sb": 138.08,
        "profit_sb_percentage": 1.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "03f06f42-4f97-4c21-87de-76ac379ee38d",
            "gambit_id": "0b1a78aa-3fd2-4508-8b2b-ca014b8ccb3b",
            "last_updated": "2022-08-29T13:12:07.273661-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.69000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cb58b77-a9a8-42be-ba57-457bd216ef07/?format=api"
        },
        {
            "id": "50f59e7f-7761-4215-b80a-73c17711af26",
            "gambit_id": "f284cb13-1970-4f6d-aaf9-3d842d0284b8",
            "last_updated": "2022-08-29T13:12:07.274097-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.99000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cb58b77-a9a8-42be-ba57-457bd216ef07/?format=api"
        }
    ]
}