GET /api/bet_types/4621b5ea-8d33-42cf-8d64-d496ffaaff2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4621b5ea-8d33-42cf-8d64-d496ffaaff2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0af692d-064d-4379-abd0-87071ff1d944/?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": 6281.0
            },
            {
                "team": "OAK",
                "amount": 3719.0
            }
        ],
        "expected_reward_tokens": 9295.88,
        "profit_sb": 295.88,
        "profit_sb_percentage": 3.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "1669de37-a261-436d-a5ce-92fe5bf58acd",
            "gambit_id": "7a834edc-7fc3-47f6-8d3b-d546ab9fab16",
            "last_updated": "2022-08-09T09:42:02.807570-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.48000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4621b5ea-8d33-42cf-8d64-d496ffaaff2d/?format=api"
        },
        {
            "id": "d0970e64-d818-44ad-9ecf-ff9d3767990c",
            "gambit_id": "2fbd0a4f-2c2d-42e6-9de6-f0a84ae9814a",
            "last_updated": "2022-08-09T09:42:02.807127-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "2.50000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4621b5ea-8d33-42cf-8d64-d496ffaaff2d/?format=api"
        }
    ]
}