GET /api/bet_types/4845a302-d730-4a30-a1d5-2c95486fc703/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4845a302-d730-4a30-a1d5-2c95486fc703",
    "match": "https://api-prod.gambitprofit.com/api/matches/2341a1c1-515f-48c3-8305-bde763b34099/?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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5275a4e3-4382-4fb8-b07a-af64a12a178d",
            "gambit_id": "cbedadf7-0ea3-463d-a6df-1d93b67204d9",
            "last_updated": "2022-11-17T11:02:59.414665-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4845a302-d730-4a30-a1d5-2c95486fc703/?format=api"
        },
        {
            "id": "92471d9c-dae3-4634-b504-e6618818c90f",
            "gambit_id": "a257a57f-0543-4431-96f4-e7ee31b58513",
            "last_updated": "2022-11-17T11:02:59.415888-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4845a302-d730-4a30-a1d5-2c95486fc703/?format=api"
        }
    ]
}