GET /api/bet_types/41c20e25-c1ed-40f9-b07c-23a22ef1ad16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41c20e25-c1ed-40f9-b07c-23a22ef1ad16",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fc3edba-c6a3-4a18-8491-c6aed4eb5fb8/?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": "CHC",
                "amount": 5408.0
            },
            {
                "team": "MIL",
                "amount": 4592.0
            }
        ],
        "expected_reward_tokens": 9138.08,
        "profit_sb": 138.08,
        "profit_sb_percentage": 1.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "e40c37b6-bb6f-422b-9e2c-40f6a9f29a20",
            "gambit_id": "a33ca68f-2724-47e6-a3de-0a6f07986dc0",
            "last_updated": "2022-08-28T11:27:26.559417-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.69000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41c20e25-c1ed-40f9-b07c-23a22ef1ad16/?format=api"
        },
        {
            "id": "82dc9e65-b670-4fde-aefb-a4afde6e4a5c",
            "gambit_id": "6a6fe2ee-d6a1-4e7c-a9da-736c93276b9c",
            "last_updated": "2022-08-28T11:27:26.558994-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.99000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41c20e25-c1ed-40f9-b07c-23a22ef1ad16/?format=api"
        }
    ]
}