GET /api/bet_types/68533e07-ba68-4743-b8f3-a8cea8ebddf3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68533e07-ba68-4743-b8f3-a8cea8ebddf3",
    "match": "https://api-prod.gambitprofit.com/api/matches/409ae40b-fd10-4dd3-843c-d17acfdccc6d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-14T10:57:07.806679-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": "NYM",
                "amount": 5423.0
            },
            {
                "team": "WAS",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0afc995b-2123-4bea-ba7d-7d48d11a1771",
            "gambit_id": "f85c5ac9-3516-44b1-a81b-7b39da690ad6",
            "last_updated": "2023-05-15T11:37:00.550118-04:00",
            "created_at": "2023-05-14T10:57:07.810116-04:00",
            "name": "NYM",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68533e07-ba68-4743-b8f3-a8cea8ebddf3/?format=api"
        },
        {
            "id": "0ab22de2-13b8-4cb7-b7f8-c282b858ec9c",
            "gambit_id": "697fb440-dca8-43c6-a2ff-fcdbe2c6dffd",
            "last_updated": "2023-05-15T11:37:00.548455-04:00",
            "created_at": "2023-05-14T10:57:07.808282-04:00",
            "name": "WAS",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68533e07-ba68-4743-b8f3-a8cea8ebddf3/?format=api"
        }
    ]
}