GET /api/bet_types/616c0ab9-5579-4f29-9c3b-232bea3c8757/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "616c0ab9-5579-4f29-9c3b-232bea3c8757",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4237e1b-8634-48e7-8077-d895f179994a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-14T09:28:04.407105-04: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": "Colorado Avalanche",
                "amount": 5214.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "5344ec83-bc61-49ec-8cd8-cd296b167c21",
            "gambit_id": "4ae059cf-b2e8-4a60-9337-281b26d251b8",
            "last_updated": "2023-10-16T18:03:29.020972-04:00",
            "created_at": "2023-10-14T09:28:04.413782-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/616c0ab9-5579-4f29-9c3b-232bea3c8757/?format=api"
        },
        {
            "id": "cb84e3ce-312a-44ef-95ed-4337d081f6c6",
            "gambit_id": "b5661e4f-657c-4439-b6bb-7588ea28b439",
            "last_updated": "2023-10-16T18:03:29.025080-04:00",
            "created_at": "2023-10-14T09:28:04.418290-04:00",
            "name": "San Jose Sharks",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/616c0ab9-5579-4f29-9c3b-232bea3c8757/?format=api"
        }
    ]
}