GET /api/bet_types/b10e234e-73b7-46d8-a90e-8af7568347b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b10e234e-73b7-46d8-a90e-8af7568347b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e4df0d5-d84d-464f-92b8-f696bee567ba/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-01T09:21:57.576261-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff90e152-5022-4382-8cdf-9daa8aa710e6",
            "gambit_id": "9815157a-a378-4966-af88-df8f435622c0",
            "last_updated": "2023-03-02T07:21:56.183128-05:00",
            "created_at": "2023-03-01T09:21:57.577482-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b10e234e-73b7-46d8-a90e-8af7568347b5/?format=api"
        },
        {
            "id": "0b5c290f-7dda-4622-991a-f8ed9840dd3a",
            "gambit_id": "6930999e-d2ae-4a48-b81d-acb944e3e151",
            "last_updated": "2023-03-02T07:21:56.184254-05:00",
            "created_at": "2023-03-01T09:21:57.578764-05:00",
            "name": "Phoenix Suns",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b10e234e-73b7-46d8-a90e-8af7568347b5/?format=api"
        }
    ]
}