GET /api/bet_types/7f19376c-1411-4126-b604-87289c3f0a23/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f19376c-1411-4126-b604-87289c3f0a23",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e7fcab0-1481-4327-9328-8d74fce7861f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-13T09:17:58.828123-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f0a1ea9-4dab-44ad-bf82-1db79cddc416",
            "gambit_id": "e9560cbb-c8b9-4dcb-8899-f0b844d74993",
            "last_updated": "2023-11-14T10:13:17.957430-05:00",
            "created_at": "2023-11-13T09:17:58.833502-05:00",
            "name": "New York Knicks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f19376c-1411-4126-b604-87289c3f0a23/?format=api"
        },
        {
            "id": "81e048f8-9431-46ae-8a95-327283ca296c",
            "gambit_id": "5df5814c-b7a4-43e2-9c49-54a50494d0e7",
            "last_updated": "2023-11-14T10:13:17.961974-05:00",
            "created_at": "2023-11-13T09:17:58.839020-05:00",
            "name": "Boston Celtics",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f19376c-1411-4126-b604-87289c3f0a23/?format=api"
        }
    ]
}