GET /api/bet_types/ad987520-a381-45fb-9089-865abeb9166f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad987520-a381-45fb-9089-865abeb9166f",
    "match": "https://api-prod.gambitprofit.com/api/matches/681c66e5-1d21-4193-8863-9f7100d5b846/?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": "NYM",
                "amount": 5680.0
            },
            {
                "team": "COL",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd2e70d8-0a69-4794-a5db-d0a76368c706",
            "gambit_id": "6cba761a-ab7c-4a09-92ab-47221246616e",
            "last_updated": "2022-08-29T13:12:07.405198-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad987520-a381-45fb-9089-865abeb9166f/?format=api"
        },
        {
            "id": "19f164b2-82f0-4e4b-8668-0657be00cb16",
            "gambit_id": "9bde4b9c-b544-45d1-8103-4d954320abff",
            "last_updated": "2022-08-29T13:12:07.405647-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad987520-a381-45fb-9089-865abeb9166f/?format=api"
        }
    ]
}