GET /api/bet_types/bed1238b-428f-4592-8afc-382394cefe11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bed1238b-428f-4592-8afc-382394cefe11",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a2ab47a-9e22-4b4c-a432-4bd6f465f247/?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": "KAN",
                "amount": 5995.0
            },
            {
                "team": "BOS",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9291.6,
        "profit_sb": 291.6,
        "profit_sb_percentage": 3.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "dad6ebb8-09cf-4844-807c-79a59bc90cc1",
            "gambit_id": "2f3c2c79-b49c-4688-bea7-9151263c19c0",
            "last_updated": "2022-08-06T10:52:01.654838-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bed1238b-428f-4592-8afc-382394cefe11/?format=api"
        },
        {
            "id": "a4efda07-7b48-4da1-a3dd-e12c04c9efbf",
            "gambit_id": "78bf4066-b896-4cde-ad97-f1e5a6b6a077",
            "last_updated": "2022-08-06T10:52:01.655415-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "2.32000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bed1238b-428f-4592-8afc-382394cefe11/?format=api"
        }
    ]
}