GET /api/bet_types/0acc1100-f897-425d-95a7-3ccd6b2db98a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0acc1100-f897-425d-95a7-3ccd6b2db98a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cd1366e-24c9-4049-85d4-5e4200414e24/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-19T09:33:13.782409-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": "Buffalo Bills",
                "amount": 5107.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ba6ab67-401f-4f83-9ba3-865c8674aaf1",
            "gambit_id": "86dcab74-dca1-41b1-985f-daa38d708ad6",
            "last_updated": "2024-01-23T18:43:22.769352-05:00",
            "created_at": "2024-01-19T09:33:13.790861-05:00",
            "name": "Buffalo Bills",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0acc1100-f897-425d-95a7-3ccd6b2db98a/?format=api"
        },
        {
            "id": "40d9b967-844b-4c1d-ab96-5740602ac4bb",
            "gambit_id": "0bc90ed3-2634-4a8f-914d-b6f7f9b6534b",
            "last_updated": "2024-01-23T18:43:22.765831-05:00",
            "created_at": "2024-01-19T09:33:13.786577-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0acc1100-f897-425d-95a7-3ccd6b2db98a/?format=api"
        }
    ]
}