GET /api/bet_types/25d0ad10-3752-44f1-b94b-0351eb03017f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25d0ad10-3752-44f1-b94b-0351eb03017f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3270000-a1fc-4e86-8b15-c438c5519f6b/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:55.593278-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": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a34845fe-2529-4bd0-afee-ef063cca6d55",
            "gambit_id": "443c2238-df13-4275-a4a3-c39f7e033789",
            "last_updated": "2022-12-24T19:06:52.462166-05:00",
            "created_at": "2022-12-23T09:06:55.594423-05:00",
            "name": "New York Knicks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25d0ad10-3752-44f1-b94b-0351eb03017f/?format=api"
        },
        {
            "id": "2ebe212d-ec1f-4f2e-a38d-974f7fe01353",
            "gambit_id": "7b5dde64-5436-4203-b778-b93092db3a36",
            "last_updated": "2022-12-24T19:06:52.463306-05:00",
            "created_at": "2022-12-23T09:06:55.595579-05:00",
            "name": "Chicago Bulls",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25d0ad10-3752-44f1-b94b-0351eb03017f/?format=api"
        }
    ]
}