GET /api/bet_types/e1f19c95-4740-45cc-87d6-ef68dfb4627e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1f19c95-4740-45cc-87d6-ef68dfb4627e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6389e4c1-2852-4426-b38f-086403f82060/?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": "LAA",
                "amount": 6170.0
            },
            {
                "team": "MIN",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "a79c10fd-6d63-470e-9cab-402106900058",
            "gambit_id": "d729f956-89ef-4d49-86ea-105943fa6dc5",
            "last_updated": "2022-09-25T21:46:53.747677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f19c95-4740-45cc-87d6-ef68dfb4627e/?format=api"
        },
        {
            "id": "18963247-2393-4d3c-9553-2302d9102bc8",
            "gambit_id": "a19b851c-5349-45d8-b35e-53bc7e07eb86",
            "last_updated": "2022-09-25T21:46:53.746654-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f19c95-4740-45cc-87d6-ef68dfb4627e/?format=api"
        }
    ]
}